aboutsummaryrefslogtreecommitdiff
path: root/src/uniquekey.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/uniquekey.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uniquekey.hpp b/src/uniquekey.hpp
index a8386a2..3006b3d 100644
--- a/src/uniquekey.hpp
+++ b/src/uniquekey.hpp
@@ -64,6 +64,7 @@ class RegistryUniqueKey
64 } 64 }
65 // --------------------------------------------------------------------------------------------- 65 // ---------------------------------------------------------------------------------------------
66 template <typename OP> 66 template <typename OP>
67 // TODO: add a requirement clause here for operation_ to be callable on L_
67 void setValue(lua_State* const L_, OP operation_) const 68 void setValue(lua_State* const L_, OP operation_) const
68 { 69 {
69 // Note we can't check stack consistency because operation is not always a push (could be insert, replace, whatever) 70 // Note we can't check stack consistency because operation is not always a push (could be insert, replace, whatever)