Added missing type aliases

This commit is contained in:
Lanny91
2017-01-12 12:52:12 +00:00
parent 3855673ebf
commit f22b79da8f
+2
View File
@@ -22,6 +22,8 @@ public:
template <typename FImpl> template <typename FImpl>
class TWall: public Module<WallPar> class TWall: public Module<WallPar>
{ {
public:
TYPE_ALIASES(FImpl,);
public: public:
// constructor // constructor
TWall(const std::string name); TWall(const std::string name);