X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/304862976530be1315f3861157168f6edea2195e..10769d8c47c21fe0ec5034726791a5ad4cf19475:/include/wx/generic/scrolwin.h diff --git a/include/wx/generic/scrolwin.h b/include/wx/generic/scrolwin.h index 0808cbb2b3..ce9c0e75de 100644 --- a/include/wx/generic/scrolwin.h +++ b/include/wx/generic/scrolwin.h @@ -27,7 +27,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr; // default scrolled window style #ifndef wxScrolledWindowStyle -#define wxScrolledWindowStyle (wxHSCROLL | wxVSCROLL) + #define wxScrolledWindowStyle (wxHSCROLL | wxVSCROLL) #endif // avoid triggering this stupid VC++ warning @@ -66,7 +66,7 @@ public: virtual void PrepareDC(wxDC& dc) { DoPrepareDC(dc); } - // lay out the window and its children + // lay out the window and its children virtual bool Layout(); protected: @@ -91,3 +91,4 @@ private: #endif // _WX_GENERIC_SCROLLWIN_H_ +