aboutsummaryrefslogtreecommitdiff
path: root/src/linda.hpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-12-17 11:53:15 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-12-17 11:53:15 +0100
commit48c99e29ae38db79522fb2833f3144ae58c7a906 (patch)
tree4fbf42918fa22fad025e75733dbe3caf76325f9b /src/linda.hpp
parentefd5318b2d9132996bf35a6af2e82706665890ff (diff)
downloadlanes-48c99e29ae38db79522fb2833f3144ae58c7a906.tar.gz
lanes-48c99e29ae38db79522fb2833f3144ae58c7a906.tar.bz2
lanes-48c99e29ae38db79522fb2833f3144ae58c7a906.zip
Some constitude tweaks
Diffstat (limited to 'src/linda.hpp')
-rw-r--r--src/linda.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/linda.hpp b/src/linda.hpp
index 920db1b..65bca9f 100644
--- a/src/linda.hpp
+++ b/src/linda.hpp
@@ -92,8 +92,8 @@ class Linda
92 [[nodiscard]] 92 [[nodiscard]]
93 Keeper* acquireKeeper() const; 93 Keeper* acquireKeeper() const;
94 [[nodiscard]] 94 [[nodiscard]]
95 static Linda* CreateTimerLinda(lua_State* const L_, Passkey<Universe>) { return CreateTimerLinda(L_); } 95 static Linda* CreateTimerLinda(lua_State* const L_, Passkey<Universe> const) { return CreateTimerLinda(L_); }
96 static void DeleteTimerLinda(lua_State* const L_, Linda* const linda_, Passkey<Universe>) { DeleteTimerLinda(L_, linda_); } 96 static void DeleteTimerLinda(lua_State* const L_, Linda* const linda_, Passkey<Universe> const) { DeleteTimerLinda(L_, linda_); }
97 [[nodiscard]] 97 [[nodiscard]]
98 std::string_view getName() const; 98 std::string_view getName() const;
99 [[nodiscard]] 99 [[nodiscard]]