]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo and a leftover.
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 6 Jan 2011 14:33:19 +0000 (14:33 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 6 Jan 2011 14:33:19 +0000 (14:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/datavgen.cpp

index 68c7d4bd0914e1ca6862234815675849cc8fe1d5..2531bad861c8f47a64ca1f18dd6e4e86f52edf6e 100644 (file)
@@ -4238,7 +4238,7 @@ unsigned int wxDataViewCtrl::GetBestColumnWidth(int idx) const
         calculator.UpdateWithRow(row);
     }
 
-    // row is the first unmeasured item now; that's out value of N/2
+    // row is the first unmeasured item now; that's our value of N/2
 
     if ( row < count )
     {
@@ -4278,8 +4278,6 @@ unsigned int wxDataViewCtrl::GetBestColumnWidth(int idx) const
 
     const_cast<wxDataViewCtrl*>(this)->m_colsBestWidths[idx] = max_width;
     return max_width;
-
-    #undef MEASURE_ITEM
 }
 
 void wxDataViewCtrl::ColumnMoved(wxDataViewColumn * WXUNUSED(col),