]> git.saurik.com Git - wxWidgets.git/commitdiff
make sure we can override GetModality
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 25 Jan 2010 17:12:07 +0000 (17:12 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 25 Jan 2010 17:12:07 +0000 (17:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dialog.h

index 4cc11bab8a4d884a7b0a466a61115c249f9b16b1..71c80a0fc461ec19de94df714c6f7a5927c375fc 100644 (file)
@@ -164,7 +164,7 @@ public:
     static void EnableLayoutAdaptation(bool enable) { sm_layoutAdaptation = enable; }
 
     // modality kind
-    wxDialogModality GetModality() const;
+    virtual wxDialogModality GetModality() const;
 protected:
     // emulate click of a button with the given id if it's present in the dialog
     //