diff options
Diffstat (limited to 'qbuffers.h')
-rw-r--r-- | qbuffers.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -136,6 +136,10 @@ private: State *done(const gchar *str); }; +namespace States { + extern StateFile file; +} + /* * Auxiliary functions */ |