aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/color/hsv.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/color/hsv.hpp')
-rw-r--r--src/utils/color/hsv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/color/hsv.hpp b/src/utils/color/hsv.hpp
index 748a9b74..c56b9aee 100644
--- a/src/utils/color/hsv.hpp
+++ b/src/utils/color/hsv.hpp
@@ -61,6 +61,6 @@ namespace usdx
uint8_t get_value(void) const;
};
-};
+}
#endif