DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 69dcbb4aaa16ab25ae618902d1d5d7b39a17f63a
parent 40b877b75cbfd041260e6e93e18871f123bef277
Author: falkTX <falktx@gmail.com>
Date:   Wed, 22 Jan 2014 00:24:35 +0000

Fix OSX build

Diffstat:
Mdgl/src/pugl/pugl_osx.m | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dgl/src/pugl/pugl_osx.m b/dgl/src/pugl/pugl_osx.m @@ -79,7 +79,7 @@ } // this allows spacebar (for example) to start/stop the transport -- (BOOL) canBecomeKeyWindow +- (BOOL) canBecomeKeyWindow:(id)sender { return YES; }