aboutsummaryrefslogtreecommitdiff
path: root/src/linda.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linda.h')
-rw-r--r--src/linda.h2
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
16using LindaGroup = Unique<int>; 16DECLARE_UNIQUE_TYPE(LindaGroup, int);
17 17
18class Linda 18class Linda
19: public DeepPrelude // Deep userdata MUST start with this header 19: public DeepPrelude // Deep userdata MUST start with this header