diff options
Diffstat (limited to 'src/utils/rectangle.hpp')
-rw-r--r-- | src/utils/rectangle.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/rectangle.hpp b/src/utils/rectangle.hpp index 33b9c763..9cca9eff 100644 --- a/src/utils/rectangle.hpp +++ b/src/utils/rectangle.hpp @@ -184,6 +184,6 @@ namespace usdx return true; } }; -}; +} #endif |