]> git.saurik.com Git - wxWidgets.git/commitdiff
fix unused parameter warning introduced by last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Apr 2007 12:13:54 +0000 (12:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Apr 2007 12:13:54 +0000 (12:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/vscroll.h

index 71679937ae941b955925f7089a7c1748b02ab2b7..f5b0a2fc5b2a94f8b250361e1f4e7511d7b8f33b 100644 (file)
@@ -621,7 +621,7 @@ protected:
     // unless the code has been updated to override OnGetRowHeight() instead,
     // this function must be overridden in the derived class and it should
     // return the height of the given row in pixels
     // unless the code has been updated to override OnGetRowHeight() instead,
     // this function must be overridden in the derived class and it should
     // return the height of the given row in pixels
-    virtual wxCoord OnGetLineHeight(size_t n) const
+    virtual wxCoord OnGetLineHeight(size_t WXUNUSED(n)) const
     {
         wxFAIL_MSG( _T("must be overridden if OnGetRowHeight() isn't!") );
 
     {
         wxFAIL_MSG( _T("must be overridden if OnGetRowHeight() isn't!") );