]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/griddemo.cpp
Check for validity in __repr__ and __str__
[wxWidgets.git] / samples / grid / griddemo.cpp
index 8fe0da43d6b50d0245b3805c4e86f6cef267d4d9..9db8fa6f9de7990ce78f1dac08d5629e657fcc09 100644 (file)
@@ -1157,7 +1157,7 @@ int BugsGridTable::GetNumberCols()
     return Col_Max;
 }
 
-bool BugsGridTable::IsEmptyCell( int row, int col )
+bool BugsGridTable::IsEmptyCell( int WXUNUSED(row), int WXUNUSED(col) )
 {
     return FALSE;
 }