diff options
Diffstat (limited to 'dggui/texture.h')
-rw-r--r-- | dggui/texture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/texture.h b/dggui/texture.h index c751ed4..d75b47a 100644 --- a/dggui/texture.h +++ b/dggui/texture.h @@ -32,7 +32,7 @@ #include "imagecache.h" #include "image.h" -namespace GUI +namespace dggui { class Texture @@ -61,4 +61,4 @@ private: Colour outOfRange{0.0f, 0.0f, 0.0f, 0.0f}; }; -} // GUI:: +} // dggui:: |