mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
NO-OP: fix typo in method name
This commit is contained in:
parent
305b2778b4
commit
bff0f174da
3 changed files with 3 additions and 3 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue