diff options
Diffstat (limited to 'src/handle.cpp')
-rw-r--r-- | src/handle.cpp | 6 |
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 { |