]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
Attempting to restore the binary files that got trashed earlier today.
[wxWidgets.git] / include / wx / msw / dialog.h
index 917667ed4f75969d05daaad11ffa45d879819c94..0e4dce9d62304171aeedeee202425169db95d5aa 100644 (file)
@@ -89,8 +89,7 @@ public:
     void SetModal(bool flag);
 
     virtual void Centre(int direction = wxBOTH);
-    virtual bool IsModal() const
-        { return ((GetWindowStyleFlag() & wxDIALOG_MODAL) == wxDIALOG_MODAL); }
+    virtual bool IsModal() const;
 
     // For now, same as Show(TRUE) but returns return code
     virtual int ShowModal();