]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/hub.cpp
Add a type enumeration for devices
[libs/gui.git] / source / input / hub.cpp
index 635ea8a6c935fe9485fee30c87dc55386a3f56ed..b83d10d22431b6b89b7126c9f5fb7a61f38c97fe 100644 (file)
@@ -10,7 +10,8 @@ using namespace std;
 namespace Msp {
 namespace Input {
 
-Hub::Hub()
+Hub::Hub():
+       Device(UNSPECIFIED)
 {
        name = "Hub";
 }