Finish removing constantly changing stuff from controller.
This commit is contained in:
parent
a9ce773584
commit
718e1d6c08
5 changed files with 142 additions and 87 deletions
|
@ -99,6 +99,8 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
inline operator bool() const { return (_d[0] != 0); }
|
||||
|
||||
/**
|
||||
* Load a dictionary from a C-string
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue