From 04beb57ddc0eb934d27857b4fbe929294e55eddc Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Tue, 29 Mar 2022 09:48:15 +0200 Subject: [PATCH] signature fix --- include/segment.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/segment.hpp b/include/segment.hpp index df02531..968aee3 100644 --- a/include/segment.hpp +++ b/include/segment.hpp @@ -10,7 +10,7 @@ public: void save(std::string filename) const; bool save_sc(std::string filename, int reps) const; - bool get_autocad_script(int reps) const; + std::string get_autocad_script(int reps) const; void move_to(size_t i, const std::array<float, 2> pos); void insert(size_t i, const std::array<float, 2> pos); const std::vector<std::array<float, 2> >& nodes() const; -- GitLab