summaryrefslogtreecommitdiff
path: root/include/module/ModuleLoader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/module/ModuleLoader.hpp')
-rwxr-xr-xinclude/module/ModuleLoader.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/module/ModuleLoader.hpp b/include/module/ModuleLoader.hpp
index 0acc445..cf12a67 100755
--- a/include/module/ModuleLoader.hpp
+++ b/include/module/ModuleLoader.hpp
@@ -177,6 +177,8 @@ class BaseModuleLoader {
}
};
+// TODO: later: variadic template, too soon to be supported everywhere..
+
template< typename Interface, typename CtorParams = NullType >
class ModuleLoader;