File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ using namespace SpectMorph;
13
13
using std::string;
14
14
using std::vector;
15
15
16
- VstUI::VstUI (MorphPlanPtr plan, VstPlugin *plugin) :
16
+ VstUI::VstUI (MorphPlan * plan, VstPlugin *plugin) :
17
17
morph_plan (plan),
18
18
plugin (plugin)
19
19
{
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ class VstUI : public SignalReceiver
19
19
ERect rectangle;
20
20
MorphPlanWindow *widget = nullptr ;
21
21
EventLoop *event_loop = nullptr ;
22
- MorphPlanPtr morph_plan;
22
+ MorphPlan * morph_plan = nullptr ;
23
23
VstPlugin *plugin = nullptr ;
24
24
25
25
public:
26
- VstUI (MorphPlanPtr plan, VstPlugin *plugin);
26
+ VstUI (MorphPlan * plan, VstPlugin *plugin);
27
27
28
28
bool open (PuglNativeWindow win_id);
29
29
bool getRect (ERect** rect);
You can’t perform that action at this time.
0 commit comments