DPF

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

commit 5ee20f23adcbaa9267a90857b6b6f6cf8f69e7fa
parent 6003340e8a9382188ce99aa144c3c06cca2276cc
Author: falkTX <falktx@gmail.com>
Date:   Wed, 16 Apr 2014 21:19:40 +0100

Misc

Diffstat:
Mdgl/StandaloneWindow.hpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dgl/StandaloneWindow.hpp b/dgl/StandaloneWindow.hpp @@ -67,7 +67,7 @@ public: fWindow.setTitle(title); } -private: +protected: App fApp; Window fWindow; };