Skip to content

Commit

Permalink
Missing std::
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Nov 27, 2018
1 parent 806bcb5 commit 7d9ff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vst3/SurgeVst3Processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class SurgeVst3Processor : public Steinberg::Vst::SingleComponentEffect //, publ

int32 getParameterCountWithoutMappings();

unique_ptr<SurgeSynthesizer> surgeInstance;
std::unique_ptr<SurgeSynthesizer> surgeInstance;
std::vector<SurgeGUIEditor*> viewsArray;
int blockpos;

Expand Down

0 comments on commit 7d9ff39

Please sign in to comment.