zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 4b95ad25aebe87c79edfcfde86bd03ac46031d48
parent 324ad564b72ef1aed61ec4b177dbb04d73462b1b
Author: fundamental <[email protected]>
Date:   Sun,  2 Oct 2016 16:03:16 -0400

Fix Ext-Gui Compile

Diffstat:
Msrc/UI/guimain.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UI/guimain.cpp b/src/UI/guimain.cpp @@ -46,7 +46,7 @@ bool fileexists(const char *filename) return false; } -extern int Pexitprogram; +int Pexitprogram=0; #include "Connection.h"