aboutsummaryrefslogtreecommitdiff
path: root/src/components/Margin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Margin.hpp')
-rw-r--r--src/components/Margin.hpp2
1 files changed, 1 insertions, 1 deletions
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<Element> elts);
+ void DrawMargin(const std::vector<Element> &elts);
};
} // namespace cgeditor \ No newline at end of file