diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-31 11:55:21 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-31 11:55:21 +0100 |
| commit | bba54c37348455489cf144525616d93504ecd679 (patch) | |
| tree | 5ca0f44888d19691b2bd2577eacbedc38f8d69f4 /src/components/Margin.hpp | |
| parent | 144a3ddfb55fbf17cec4baaa73542664d68a3b05 (diff) | |
Improve code
Diffstat (limited to 'src/components/Margin.hpp')
| -rw-r--r-- | src/components/Margin.hpp | 2 |
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 |
