summaryrefslogtreecommitdiffhomepage
path: root/draw/wireframe-mesh.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'draw/wireframe-mesh.hpp')
-rw-r--r--draw/wireframe-mesh.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/draw/wireframe-mesh.hpp b/draw/wireframe-mesh.hpp
index f9c5e369..3c0deb37 100644
--- a/draw/wireframe-mesh.hpp
+++ b/draw/wireframe-mesh.hpp
@@ -9,7 +9,7 @@
#include <Magnum/GL/Mesh.h>
#include "Magnum/GL/RectangleTexture.h"
-namespace Magnum::Examples {
+namespace floormat {
struct tile_shader;
@@ -60,4 +60,4 @@ template <wireframe::traits T> void wireframe_mesh<T>::draw(tile_shader& shader,
mesh_base::draw(shader);
}
-} // namespace Magnum::Examples
+} // namespace floormat