From fa08cda9e562cad8d39b8850f81c72170e5fba60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 11 Feb 2021 13:29:01 +0100 Subject: [PATCH] ShaderTools: fart. --- src/Magnum/ShaderTools/ShaderTools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Magnum/ShaderTools/ShaderTools.h b/src/Magnum/ShaderTools/ShaderTools.h index 3d901a533..701bb83f4 100644 --- a/src/Magnum/ShaderTools/ShaderTools.h +++ b/src/Magnum/ShaderTools/ShaderTools.h @@ -1,5 +1,5 @@ -#ifndef Magnum_Trade_ShaderTools_h -#define Magnum_Trade_ShaderTools_h +#ifndef Magnum_ShaderTools_ShaderTools_h +#define Magnum_ShaderTools_ShaderTools_h /* This file is part of Magnum. @@ -29,7 +29,7 @@ * @brief Forward declarations for the @ref Magnum::ShaderTools namespace */ -namespace Magnum { namespace Trade { +namespace Magnum { namespace ShaderTools { #ifndef DOXYGEN_GENERATING_OUTPUT class AbstractConverter;