1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-24 04:34:16 +01:00

(svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account

This commit is contained in:
rubidium
2010-06-23 14:38:17 +00:00
parent 9683b87466
commit 52154e097c
4 changed files with 14 additions and 5 deletions

View File

@@ -104,6 +104,9 @@ struct NIVariable {
/** Helper class to wrap some functionality/queries in. */
class NIHelper {
public:
/** Silence a warning. */
virtual ~NIHelper() {}
/**
* Is the item with the given index inspectable?
* @param index the index to check.