Adapt to typesafe ghoul::Boolean parameters

This commit is contained in:
Alexander Bock
2018-03-30 13:03:17 -04:00
parent 9177f5f432
commit ae7e22dfe0
27 changed files with 45 additions and 41 deletions
@@ -40,8 +40,8 @@ namespace openspace::interaction {
class KeyBindingManager : public DocumentationGenerator {
public:
using IsLocalBind = ghoul::Boolean;
using IsSynchronized = ghoul::Boolean;
BooleanType(IsLocalBind);
BooleanType(IsSynchronized);
struct KeyInformation {
std::string command;