diff options
Diffstat (limited to 'src/linda.h')
-rw-r--r-- | src/linda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linda.h b/src/linda.h index 4551443..ea660d9 100644 --- a/src/linda.h +++ b/src/linda.h | |||
@@ -13,7 +13,7 @@ static constexpr UniqueKey kLindaBatched{ 0xB8234DF772646567ull, "linda.batched" | |||
13 | 13 | ||
14 | // ################################################################################################# | 14 | // ################################################################################################# |
15 | 15 | ||
16 | using LindaGroup = Unique<int>; | 16 | DECLARE_UNIQUE_TYPE(LindaGroup, int); |
17 | 17 | ||
18 | class Linda | 18 | class Linda |
19 | : public DeepPrelude // Deep userdata MUST start with this header | 19 | : public DeepPrelude // Deep userdata MUST start with this header |