diff options
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/sharedcore.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/tests/sharedcore.cpp b/src/tests/sharedcore.cpp index 1d0c16e..9b0a0ec 100644 --- a/src/tests/sharedcore.cpp +++ b/src/tests/sharedcore.cpp | |||
| @@ -14,7 +14,7 @@ struct ShintCore | |||
| 14 | { | 14 | { | 
| 15 | int val; | 15 | int val; | 
| 16 | }; | 16 | }; | 
| 17 | class Shint : public Bu::SharedCore<struct ShintCore> | 17 | class Shint : public Bu::SharedCore<Shint, struct ShintCore> | 
| 18 | { | 18 | { | 
| 19 | public: | 19 | public: | 
| 20 | Shint() | 20 | Shint() | 
