summaryrefslogtreecommitdiff
path: root/hid/lib/drivers/factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'hid/lib/drivers/factory.h')
-rw-r--r--hid/lib/drivers/factory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hid/lib/drivers/factory.h b/hid/lib/drivers/factory.h
index b82c4e14..8dcfd571 100644
--- a/hid/lib/drivers/factory.h
+++ b/hid/lib/drivers/factory.h
@@ -25,6 +25,7 @@
#include "mouse.h"
#include "storage.h"
#include "board.h"
+#include "connection.h"
namespace DRIVERS {
@@ -33,5 +34,6 @@ namespace DRIVERS {
static Mouse *makeMouse(type _type);
static Storage* makeStorage(type _type);
static Board* makeBoard(type _type);
+ static Connection* makeConnection(type _type);
};
}