aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/point.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/utils/point.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/point.hpp b/src/utils/point.hpp
index f548160a..1ece9697 100644
--- a/src/utils/point.hpp
+++ b/src/utils/point.hpp
@@ -102,6 +102,6 @@ namespace usdx
return result;
}
};
-};
+}
#endif