Skip to content

Commit 042b036

Browse files
authored
Update item_string_array.cpp [ci skip]
1 parent f3f1bfe commit 042b036

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/item_string_array.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ class ItemStringArray final : public MenuItem
2626
ItemStringArray(const std::string& text, std::vector<std::string>& items, int id = -1);
2727

2828
virtual void process_action(const MenuAction& action) override;
29+
2930
private:
3031
std::vector<std::string>& m_items;
32+
3133
private:
3234
ItemStringArray(const ItemStringArray&) = delete;
3335
ItemStringArray& operator=(const ItemStringArray&) = delete;

0 commit comments

Comments
 (0)