mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Added missing type aliases
This commit is contained in:
parent
3855673ebf
commit
f22b79da8f
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user