]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
Fix XTI compilation in STL build.
[wxWidgets.git] / include / wx / msw / toplevel.h
index fb242e68f79fec070131745d5c7407167ecc17c2..52905cc32a5e831555331c51165578546f51bc5c 100644 (file)
@@ -141,6 +141,8 @@ protected:
     virtual void DoFreeze();
     virtual void DoThaw();
 
+    virtual void DoEnable(bool enable);
+
     // helper of SetIcons(): calls gets the icon with the size specified by the
     // given system metrics (SM_C{X|Y}[SM]ICON) from the bundle and sets it
     // using WM_SETICON with the specified wParam (ICOM_SMALL or ICON_BIG);