Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/src/Point.hpp')
-rw-r--r--xs/src/Point.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/xs/src/Point.hpp b/xs/src/Point.hpp
index b468e37e2..211b9f969 100644
--- a/xs/src/Point.hpp
+++ b/xs/src/Point.hpp
@@ -8,6 +8,8 @@ extern "C" {
#include "ppport.h"
}
+namespace Slic3r {
+
class Point
{
public:
@@ -24,4 +26,6 @@ point2perl(Point& point) {
return (SV*)newRV_noinc((SV*)av);
}
+}
+
#endif