Rename the menu member
This commit is contained in:
@ -320,7 +320,6 @@ public:
|
||||
void showRenderDialog();
|
||||
void executeModalMenuAction(int menuid, int actionid);
|
||||
private:
|
||||
PopupMenu m_test_menu;
|
||||
PaulstretchpluginAudioProcessor& processor;
|
||||
uptrvec<ParameterComponent> m_parcomps;
|
||||
//SpectralVisualizer m_specvis;
|
||||
@ -340,6 +339,7 @@ private:
|
||||
MyTabComponent m_wavefilter_tab;
|
||||
Component* m_wave_container=nullptr;
|
||||
void showAbout();
|
||||
PopupMenu m_settings_menu;
|
||||
std::vector<int> m_capturelens{ 2,5,10,30,60,120 };
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PaulstretchpluginAudioProcessorEditor)
|
||||
};
|
||||
|
Reference in New Issue
Block a user