summaryrefslogtreecommitdiffhomepage
path: root/src/handle.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-07-12 22:14:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-07-14 13:04:41 +0200
commit19abcac32009d58450d80add39c5b1d5e7d8a993 (patch)
treeeca43054b1614778fd9468f087b134f54f5e18dd /src/handle.cpp
parenteb469ff58365517515d73827e70a9519436b5858 (diff)
w
Diffstat (limited to 'src/handle.cpp')
-rw-r--r--src/handle.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/handle.cpp b/src/handle.cpp
index af0220f6..ff9ed4db 100644
--- a/src/handle.cpp
+++ b/src/handle.cpp
@@ -1,10 +1,8 @@
#include "handle.inl"
-namespace floormat::Handle {
+namespace floormat::impl_handle {
-static_assert(sizeof(Handle) == sizeof(HandleType));
-
-} // namespace floormat::Handle
+} // namespace floormat::impl_handle
namespace floormat {