]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vscroll.h
Store property name and value in wxPropertyGridEvent, keep track of live event instan...
[wxWidgets.git] / include / wx / vscroll.h
index d2ebbdc5086e07b22b6bf2fd0de751023eed047e..bfb1b252afbbb279117a63fdee431520ae235874 100644 (file)
@@ -840,7 +840,7 @@ public:
                        long style = 0,
                        const wxString& name = wxPanelNameStr)
         : wxPanel(),
-          wxVarHVScrollHelper(this) 
+          wxVarHVScrollHelper(this)
     {
         (void)Create(parent, id, pos, size, style, name);
     }