diff options
Diffstat (limited to 'src/utils/color/rgba.hpp')
-rw-r--r-- | src/utils/color/rgba.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/color/rgba.hpp b/src/utils/color/rgba.hpp index 5d67a92a..36f1e7a7 100644 --- a/src/utils/color/rgba.hpp +++ b/src/utils/color/rgba.hpp @@ -46,6 +46,6 @@ namespace usdx virtual const GLubyte* get_array(size_t len) const; int get_array_comonent_count(void) const; }; -}; +} #endif |