]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/toplevel.h
made GetAlpha(x, y) const (the docs are already correct)
[wxWidgets.git] / include / wx / motif / toplevel.h
index d5145cd3301b2890f735f27910b6d6f9eea1d639..35bef8c4843ecf3070b8e2451d62adcfce9782a6 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __MOTIFTOPLEVELH__
 #define __MOTIFTOPLEVELH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "toplevel.h"
 #endif
 
@@ -69,6 +69,7 @@ protected:
     // common part of wxDialog/wxFrame destructors
     void PreDestroy();
 
+    virtual void DoGetPosition(int* x, int* y) const;
 private:
     // both these functions should be pure virtual
     virtual bool DoCreate( wxWindow* parent, wxWindowID id,