From 03ddba518eebedc08710123e3e3a83b18662da15 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 22 Aug 2014 17:20:25 +0100 Subject: [PATCH] Fix StandaloneWindow override --- dgl/StandaloneWindow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgl/StandaloneWindow.hpp b/dgl/StandaloneWindow.hpp index 05a71854..b4087f9c 100644 --- 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);