Finish removing constantly changing stuff from controller.

This commit is contained in:
Adam Ierymenko 2017-05-01 13:21:26 -07:00
parent a9ce773584
commit 718e1d6c08
5 changed files with 142 additions and 87 deletions

View file

@ -99,6 +99,8 @@ public:
return *this;
}
inline operator bool() const { return (_d[0] != 0); }
/**
* Load a dictionary from a C-string
*