This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Fundamental
mirror of
https://github.com/VCVRack/Fundamental.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
28
Wiki
Activity
Browse Source
Remove rack:: from init() argument.
tags/v2.0.1
Andrew Belt
3 years ago
parent
5e29947160
commit
f5943f1921
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/plugin.cpp
+ 1
- 1
src/plugin.cpp
View File
@@ -3,7 +3,7 @@
Plugin* pluginInstance;
void init(
rack::
Plugin* p) {
void init(Plugin* p) {
pluginInstance = p;
p->addModel(modelVCO);
Write
Preview
Loading…
Cancel
Save