1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-05 03:35:55 +01:00

Added missing type aliases

This commit is contained in:
Lanny91 2017-01-12 12:52:12 +00:00
parent 3855673ebf
commit f22b79da8f

View File

@ -22,6 +22,8 @@ public:
template <typename FImpl>
class TWall: public Module<WallPar>
{
public:
TYPE_ALIASES(FImpl,);
public:
// constructor
TWall(const std::string name);