Skip to content

Commit f3f1bfe

Browse files
authored
Update object_option.cpp [ci skip]
1 parent f21da81 commit f3f1bfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/editor/object_option.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,10 @@ class StringArrayOption : public ObjectOption
451451
virtual void save(Writer& write) const override;
452452
virtual std::string to_string() const override { return "text-area"; }
453453
virtual void add_to_menu(Menu& menu) const override;
454+
454455
private:
455456
std::vector<std::string>& m_items;
457+
456458
private:
457459
StringArrayOption(const StringArrayOption&) = delete;
458460
StringArrayOption& operator=(const StringArrayOption&) = delete;

0 commit comments

Comments
 (0)