From bba54c37348455489cf144525616d93504ecd679 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 31 Dec 2022 11:55:21 +0100 Subject: Improve code --- src/components/Margin.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Margin.hpp') diff --git a/src/components/Margin.hpp b/src/components/Margin.hpp index 8c2f243..0c99efd 100644 --- a/src/components/Margin.hpp +++ b/src/components/Margin.hpp @@ -7,6 +7,6 @@ public: Margin(Status *s); void Refresh(); void DrawMargin(Element e); - void DrawMargin(std::vector elts); + void DrawMargin(const std::vector &elts); }; } // namespace cgeditor \ No newline at end of file -- cgit v1.2.3