diff options
Diffstat (limited to '')
-rw-r--r-- | src/tools.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.hpp b/src/tools.hpp index 2b8c5b5..7955263 100644 --- a/src/tools.hpp +++ b/src/tools.hpp | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | class Universe; | 5 | class Universe; |
6 | 6 | ||
7 | enum class [[nodiscard]] LookupMode | 7 | enum class LookupMode |
8 | { | 8 | { |
9 | LaneBody, // send the lane body directly from the source to the destination lane. keep this one first so that it's the value we get when we default-construct | 9 | LaneBody, // send the lane body directly from the source to the destination lane. keep this one first so that it's the value we get when we default-construct |
10 | ToKeeper, // send a function from a lane to a keeper state | 10 | ToKeeper, // send a function from a lane to a keeper state |