]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dataview.h
Moved wxPGProperty::SetFlag() to protected API since it does not have any side-effect...
[wxWidgets.git] / include / wx / generic / dataview.h
index aee0e0e96861b054c47940a2b0eb558d047afeab..9f5dc741f1501348445b35d976cf00d35b30b035 100644 (file)
@@ -121,7 +121,7 @@ public:
            const wxPoint& pos = wxDefaultPosition,
            const wxSize& size = wxDefaultSize, long style = 0,
            const wxValidator& validator = wxDefaultValidator,
-           const wxString& name = wxDataViewCtrlNameStr );
+           const wxString& name = wxDataViewCtrlNameStr )
              : wxScrollHelper(this)
     {
         Create(parent, id, pos, size, style, validator, name);