#define _WX_GENERIC_SCROLLWIN_H_
#ifdef __GNUG__
- #pragma interface "scrolwin.h"
+ #pragma interface "genscrolwin.h"
#endif
// ----------------------------------------------------------------------------
class WXDLLEXPORT wxGenericScrolledWindow : public wxPanel,
public wxScrollHelper
{
-public:
+ public:
wxGenericScrolledWindow() : wxScrollHelper(this) { }
wxGenericScrolledWindow(wxWindow *parent,
wxWindowID id = -1,