diff options
Diffstat (limited to 'hid/lib/drivers/factory.h')
-rw-r--r-- | hid/lib/drivers/factory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hid/lib/drivers/factory.h b/hid/lib/drivers/factory.h index 8dcfd571..e77fee75 100644 --- a/hid/lib/drivers/factory.h +++ b/hid/lib/drivers/factory.h @@ -32,8 +32,8 @@ namespace DRIVERS { struct Factory { static Keyboard *makeKeyboard(type _type); static Mouse *makeMouse(type _type); - static Storage* makeStorage(type _type); - static Board* makeBoard(type _type); - static Connection* makeConnection(type _type); + static Storage *makeStorage(type _type); + static Board *makeBoard(type _type); + static Connection *makeConnection(type _type); }; } |