]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
it didn't compile at all...
[wxWidgets.git] / include / wx / msw / control.h
index 0005193c7c6162489eeb53c00e6538226202a38f..da27f5ac324ac444da4d24b2c11f34f6a10271ce 100644 (file)
@@ -76,8 +76,8 @@ protected:
    bool MSWCreateControl(const wxChar *classname, WXDWORD style);
 
    // determine the extended styles combination for this window (may slightly
-   // modify styl parameter)
-   WXDWORD GetExStyle(WXDWORD& style) const;
+   // modify style parameter, this is why it's non const)
+   WXDWORD GetExStyle(WXDWORD& style, bool *want3D) const;
 
 private:
    DECLARE_EVENT_TABLE()