]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
marked WinCE implementations of wxOpen etc. functions as dllexported
[wxWidgets.git] / include / wx / event.h
index ed8f827f9ca79d27c0de00638e8b811bc02fafe0..469d6534c990cbb5e0ba18122e70540e5de78f49 100644 (file)
@@ -2285,8 +2285,10 @@ public:
     // Clear table
     void Clear();
 
+#if defined(__WXDEBUG__) && wxUSE_MEMORY_TRACING 
     // Clear all tables
     static void ClearAll();
+#endif // __WXDEBUG__ && wxUSE_MEMORY_TRACING
 
 protected:
     // Init the hash table with the entries of the static event table.