diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-05 17:54:10 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-05 17:54:10 +0100 |
commit | dacdd54a805aac286e07582706d8a0e85d1f69a4 (patch) | |
tree | c847bd532939a08527d9d2a6d009a1d36c5b0fc7 /src/universe.hpp | |
parent | 723476a90cccc611f9c80f812f0b96541fab326e (diff) | |
download | lanes-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.hpp | 1 |
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 |
13 | class Lane; | 13 | class Lane; |
14 | class Linda; | 14 | class Linda; |
15 | enum class LookupMode; | ||
15 | 16 | ||
16 | // ################################################################################################# | 17 | // ################################################################################################# |
17 | 18 | ||