(svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user