NO-OP: fix typo in method name

This commit is contained in:
Robin Gareus 2024-02-26 18:43:32 +01:00
parent 305b2778b4
commit bff0f174da
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ class ScriptParameterDialog : public ArdourDialog
public:
ScriptParameterDialog (std::string title, const ARDOUR::LuaScriptInfoPtr&, const std::vector<std::string>&, ARDOUR::LuaScriptParamList&);
std::string name () { return _name_entry.get_text (); }
bool need_interation () const;
bool need_interaction () const;
private:
void update_sensitivity ();