summaryrefslogtreecommitdiffhomepage
path: root/src/scenery-proto.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-26 15:36:07 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-26 15:36:07 +0200
commit3981b5f5e0f191961f01699fab7c50533c48d352 (patch)
tree976e45d3bc809d2165078f0076b0829aa943201a /src/scenery-proto.hpp
parent82ab34aa83463179339eb8382edf1c22cacdad61 (diff)
fix/remove obsolete todo comments
Diffstat (limited to 'src/scenery-proto.hpp')
-rw-r--r--src/scenery-proto.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenery-proto.hpp b/src/scenery-proto.hpp
index 44c8fe6f..113660aa 100644
--- a/src/scenery-proto.hpp
+++ b/src/scenery-proto.hpp
@@ -28,7 +28,7 @@ using scenery_proto_variants = std::variant<std::monostate, generic_scenery_prot
struct scenery_proto : object_proto
{
- scenery_proto_variants subtype; // todo! add std::monostate
+ scenery_proto_variants subtype;
scenery_proto() noexcept;
~scenery_proto() noexcept override;