Fix some more warnings.

This was SVN commit r3156.
This commit is contained in:
prefect
2005-11-19 16:43:20 +00:00
parent 71f1d3ed68
commit 5c9501830c
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ public:
*
* @return true if the row should be highlighted in a special color.
*/
virtual bool IsHighlightRow(uint row) { return false; }
virtual bool IsHighlightRow(uint row) { UNUSED2(row); return false; }
};