Index: include/utils/SkDebugUtils.h |
diff --git a/include/utils/SkDebugUtils.h b/include/utils/SkDebugUtils.h |
index fe276019ba1e5053bf571e36f5514fd91eca77a7..00ed41fecd122a4e317a004fcce87b84d41d2f75 100644 |
--- a/include/utils/SkDebugUtils.h |
+++ b/include/utils/SkDebugUtils.h |
@@ -81,7 +81,7 @@ inline void SkDebugDumpMathematica<size_t>( const size_t val ) { |
} |
template<> |
-void SkDebugDumpMathematica<const char *>( const char * val ) { |
+inline void SkDebugDumpMathematica<const char *>( const char * val ) { |
SkDebugf("%s", val); |
} |