]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/window.h
Replaced typedef with #define for VC++ 1.5, to prevent 'no constructor' error
[wxWidgets.git] / include / wx / os2 / window.h
index a3f195f75546f37e8a9bc424430c0cb418bc3fcc..323fa4570a547b98166afbb21f80b0fd5dbed62c 100644 (file)
@@ -552,7 +552,8 @@ private:
     DECLARE_NO_COPY_CLASS(wxWindow);
     DECLARE_EVENT_TABLE()
 private:
-    HWND                            m_hWndScrollBar;
+    HWND                            m_hWndScrollBarHorz;
+    HWND                            m_hWndScrollBarVert;
 
     // Virtual function hiding supression
     inline virtual bool Reparent(wxWindowBase* pNewParent)