From cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 9 Oct 2022 12:22:14 +0200 Subject: a --- draw/wireframe-box.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'draw/wireframe-box.hpp') diff --git a/draw/wireframe-box.hpp b/draw/wireframe-box.hpp index b5cc1688..998ad92c 100644 --- a/draw/wireframe-box.hpp +++ b/draw/wireframe-box.hpp @@ -2,7 +2,7 @@ #include #include -namespace Magnum::Examples::wireframe { +namespace floormat::wireframe { struct box final { @@ -24,4 +24,4 @@ private: float line_width = 2; }; -} // namespace Magnum::Examples::wireframe +} // namespace floormat::wireframe -- cgit v1.2.3