]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/memory.h
some Linux compilation fixes
[wxWidgets.git] / include / wx / memory.h
index 6216211d2544f89118b7dc677f466d56e5cda7aa..c6ee00a4e035ef8260d72c5b246a236895a493b4 100644 (file)
@@ -53,6 +53,10 @@ void wxDebugFree(void * buf, bool isVect = FALSE);
 #undef new
 #endif
 
+// Added JACS 25/11/98: needed for some compilers
+void * operator new (size_t size);
+void * operator new[] (size_t size);
+
 void * operator new (size_t size, char * fileName, int lineNum);
 void operator delete (void * buf);
 
@@ -247,7 +251,7 @@ public:
 
     // Count the number of non-wxDebugContext-related objects
     // that are outstanding
-    static int CountObjectsLeft(void);
+    static int CountObjectsLeft(bool sinceCheckpoint = FALSE);
 
 private:
     // Store these here to allow access to the list without