Index: cc/CCSolidColorLayerImpl.h |
diff --git a/cc/CCSolidColorLayerImpl.h b/cc/CCSolidColorLayerImpl.h |
index 73f578759877e76f5f84448d6fdc25eea5a925d2..f170714a2d3743aa235c47fda77dfb81d8e86534 100644 |
--- a/cc/CCSolidColorLayerImpl.h |
+++ b/cc/CCSolidColorLayerImpl.h |
@@ -24,7 +24,7 @@ protected: |
explicit CCSolidColorLayerImpl(int id); |
private: |
- virtual const char* layerTypeAsString() const OVERRIDE { return "SolidColorLayer"; } |
+ virtual const char* layerTypeAsString() const OVERRIDE; |
const int m_tileSize; |
}; |