]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dataview.h
Fixed regression: in wxPropertyGrid::PerformValidation(), wxPGProperty::ValidateValue...
[wxWidgets.git] / include / wx / osx / dataview.h
index ac851767330fa090bdd37487775384c61514f39c..679e229ba252afdfd57de179d373d6f830b52104 100644 (file)
@@ -32,7 +32,7 @@ public:
 // constructors / destructor
 //
   wxDataViewRenderer(wxString const& varianttype, wxDataViewCellMode mode=wxDATAVIEW_CELL_INERT, int align=wxDVR_DEFAULT_ALIGNMENT);
-  
+
   virtual ~wxDataViewRenderer(void);
 
 //
@@ -400,7 +400,7 @@ public:
     {
       return this->m_NativeDataPtr;
     }
-    
+
     void SetNativeData(wxDataViewColumnNativeData* newNativeDataPtr); // class takes ownership of pointer
     void SetWidthVariable(int NewWidth)
     {