Fix warning
This commit is contained in:
parent
540bf6e655
commit
6ac2a2f3e8
|
@ -77,7 +77,7 @@ public:
|
||||||
std::vector<std::vector<SelectionObject> > Result;
|
std::vector<std::vector<SelectionObject> > Result;
|
||||||
|
|
||||||
/// true if a valid filter is set
|
/// true if a valid filter is set
|
||||||
bool isValid(void) const {return (bool) Ast;}
|
bool isValid(void) const {return Ast ? true : false;}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
std::string Filter;
|
std::string Filter;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user