diff --git a/cocos/base/CCRef.h b/cocos/base/CCRef.h index bcce5b8b03..45979601a9 100644 --- a/cocos/base/CCRef.h +++ b/cocos/base/CCRef.h @@ -147,7 +147,7 @@ public: // Memory leak diagnostic data (only included when CC_USE_MEM_LEAK_DETECTION is defined) #ifdef CC_USE_MEM_LEAK_DETECTION public: - static void printLeaks(); + static void printLeaks(); #endif };