aboutsummaryrefslogtreecommitdiff
path: root/src/universe.hpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-03-05 17:54:10 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2025-03-05 17:54:10 +0100
commitdacdd54a805aac286e07582706d8a0e85d1f69a4 (patch)
treec847bd532939a08527d9d2a6d009a1d36c5b0fc7 /src/universe.hpp
parent723476a90cccc611f9c80f812f0b96541fab326e (diff)
downloadlanes-dacdd54a805aac286e07582706d8a0e85d1f69a4.tar.gz
lanes-dacdd54a805aac286e07582706d8a0e85d1f69a4.tar.bz2
lanes-dacdd54a805aac286e07582706d8a0e85d1f69a4.zip
Fix gcc being unhappy with [[nodiscard]] enums
Diffstat (limited to 'src/universe.hpp')
-rw-r--r--src/universe.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/universe.hpp b/src/universe.hpp
index 75604d8..ab06907 100644
--- a/src/universe.hpp
+++ b/src/universe.hpp
@@ -12,6 +12,7 @@
12// forwards 12// forwards
13class Lane; 13class Lane;
14class Linda; 14class Linda;
15enum class LookupMode;
15 16
16// ################################################################################################# 17// #################################################################################################
17 18