aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/color/rgb.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/color/rgb.hpp')
-rw-r--r--src/utils/color/rgb.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/color/rgb.hpp b/src/utils/color/rgb.hpp
index 6871e452..de96bf13 100644
--- a/src/utils/color/rgb.hpp
+++ b/src/utils/color/rgb.hpp
@@ -62,6 +62,6 @@ namespace usdx
bool is_black(void) const;
bool is_white(void) const;
};
-};
+}
#endif