diff options
Diffstat (limited to 'dggui/colour.cc')
-rw-r--r-- | dggui/colour.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/colour.cc b/dggui/colour.cc index 7fd649c..6d510f9 100644 --- a/dggui/colour.cc +++ b/dggui/colour.cc @@ -28,7 +28,7 @@ #include <cstring> -namespace GUI +namespace dggui { Colour::Colour() @@ -79,4 +79,4 @@ bool Colour::operator!=(const Colour& other) const return !(*this == other); } -} // GUI:: +} // dggui:: |