summaryrefslogtreecommitdiff
path: root/src/ModuleRegistry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ModuleRegistry.hpp')
-rw-r--r--src/ModuleRegistry.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ModuleRegistry.hpp b/src/ModuleRegistry.hpp
index 3b7e5d9..055cb1d 100644
--- a/src/ModuleRegistry.hpp
+++ b/src/ModuleRegistry.hpp
@@ -8,7 +8,7 @@
template< typename Interface, typename CtorParams = NullType >
struct ModuleRegistry;
-template< typename Interface >
+template< typename Interface>
struct ModuleRegistry< Interface > {
std::string name;
Interface *(*create)( );