From 718e1d6c082453bfbab8b900f5ffde42047fc814 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 1 May 2017 13:21:26 -0700 Subject: Finish removing constantly changing stuff from controller. --- node/Dictionary.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node') diff --git a/node/Dictionary.hpp b/node/Dictionary.hpp index e212e453..4413d628 100644 --- a/node/Dictionary.hpp +++ b/node/Dictionary.hpp @@ -99,6 +99,8 @@ public: return *this; } + inline operator bool() const { return (_d[0] != 0); } + /** * Load a dictionary from a C-string * -- cgit v1.2.3