summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-25 05:32:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-25 05:32:32 +0100
commit586deb97483992f20353abfb630dea2e7d476b87 (patch)
tree221784a7d4e8f148adc95c5637e697d51d8b23f5
parent5253b93373dc90e0788829ff58982491141c5f0f (diff)
update todo
-rw-r--r--compat/vector-wrapper-fwd.hpp2
-rw-r--r--src/wall-atlas.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/compat/vector-wrapper-fwd.hpp b/compat/vector-wrapper-fwd.hpp
index f3da48bc..bba24e4d 100644
--- a/compat/vector-wrapper-fwd.hpp
+++ b/compat/vector-wrapper-fwd.hpp
@@ -2,7 +2,7 @@
namespace floormat {
-enum class vector_wrapper_repr : uint8_t // todo! use this
+enum class vector_wrapper_repr : uint8_t
{
invalid,
lvalue_reference_to_vector,
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp
index 278f3bbe..c1f60a03 100644
--- a/src/wall-atlas.hpp
+++ b/src/wall-atlas.hpp
@@ -4,7 +4,7 @@
#include "src/pass-mode.hpp"
#include "wall-defs.hpp"
#include <array>
-#include <bitset>
+#include <bitset> // todo replace with array
#include <Corrade/Containers/Array.h>
#include <Corrade/Containers/String.h>
#include <Magnum/Math/Vector2.h>