DPF

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

commit 03ddba518eebedc08710123e3e3a83b18662da15
parent 4fb91f32050f9e87a7398219550fe43af8e058b0
Author: falkTX <falktx@gmail.com>
Date:   Fri, 22 Aug 2014 17:20:00 +0100

Fix StandaloneWindow override

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

diff --git a/dgl/StandaloneWindow.hpp b/dgl/StandaloneWindow.hpp @@ -41,7 +41,7 @@ public: } protected: - void onReshape(int width, int height) override + void onReshape(uint width, uint height) override { if (fWidget != nullptr) fWidget->setSize(width, height);