]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/bindings.h
Rename ControlSrcType::NONE to NO_SOURCE
[libs/gui.git] / source / input / bindings.h
index f5a935ddffb1c0934c7772a9ece10de3352dec00..01db8108d0c2482b54055ef97e502fb123c68f66 100644 (file)
@@ -70,7 +70,7 @@ public:
 
                std::string control;
                unsigned device = 0;
-               ControlSrcType type = NONE;
+               ControlSrcType type = NO_SOURCE;
                unsigned index = 0;
        };