Index: cc/CCTextureLayerImpl.h |
diff --git a/cc/CCTextureLayerImpl.h b/cc/CCTextureLayerImpl.h |
index f7d0de6746e7f2f8ffae74b6d4f1feecd8093272..fcb1470fa981d2d699c42c6d1969e02fe5895116 100644 |
--- a/cc/CCTextureLayerImpl.h |
+++ b/cc/CCTextureLayerImpl.h |
@@ -34,7 +34,7 @@ public: |
private: |
explicit CCTextureLayerImpl(int); |
- virtual const char* layerTypeAsString() const OVERRIDE { return "TextureLayer"; } |
+ virtual const char* layerTypeAsString() const OVERRIDE; |
unsigned m_textureId; |
CCResourceProvider::ResourceId m_externalTextureResource; |