]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/custclas.h
For wxGTK2, link with X11 explicitly, since we use many X11 functions directly.
[wxWidgets.git] / samples / xrc / custclas.h
index 9973ed0161aaac7310f40af33e5db6d065ac9ca0..aebc043ee040c1ff188337bc1ab0c500c6902919 100644 (file)
 #ifndef _CUSTCLAS_H_
 #define _CUSTCLAS_H_
 
-//----------------------------------------------------------------------------------------
-// GCC interface
-//----------------------------------------------------------------------------------------
-
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "custclas.h"
-#endif
-
 //----------------------------------------------------------------------------------------
 // Headers
 //----------------------------------------------------------------------------------------
@@ -69,7 +61,7 @@ public:
                        );
 
     // Destuctor.
-    ~MyResizableListCtrl();
+    ~MyResizableListCtrl(){};
 
 protected: