mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fix some more warnings.
This was SVN commit r3156.
This commit is contained in:
@@ -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; }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user