mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Define TextFieldDelegate::textFieldDelegateApp() directly from ::app()
This commit is contained in:
committed by
EmilieNumworks
parent
5058f64163
commit
055d601854
@@ -39,7 +39,6 @@ private:
|
||||
virtual void buttonAction();
|
||||
virtual int reusableParameterCellCount(int type) = 0;
|
||||
virtual HighlightCell * reusableParameterCell(int index, int type) = 0;
|
||||
TextFieldDelegateApp * textFieldDelegateApp() override;
|
||||
virtual bool setParameterAtIndex(int parameterIndex, double f) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user