We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21da81 commit f3f1bfeCopy full SHA for f3f1bfe
src/editor/object_option.hpp
@@ -451,8 +451,10 @@ class StringArrayOption : public ObjectOption
451
virtual void save(Writer& write) const override;
452
virtual std::string to_string() const override { return "text-area"; }
453
virtual void add_to_menu(Menu& menu) const override;
454
+
455
private:
456
std::vector<std::string>& m_items;
457
458
459
StringArrayOption(const StringArrayOption&) = delete;
460
StringArrayOption& operator=(const StringArrayOption&) = delete;
0 commit comments