From aed4682a6c76f700f76d6470ff26efe431cb8669 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 20 Apr 2014 12:08:16 +0100 Subject: [PATCH] Fix build --- dgl/StandaloneWindow.hpp | 2 +- dgl/src/Window.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dgl/StandaloneWindow.hpp b/dgl/StandaloneWindow.hpp index 9ba0beeb..3d54e27e 100644 --- a/dgl/StandaloneWindow.hpp +++ b/dgl/StandaloneWindow.hpp @@ -68,7 +68,7 @@ public: } protected: - App fApp; + App fApp; Window fWindow; }; diff --git a/dgl/src/Window.cpp b/dgl/src/Window.cpp index f0517dfe..b7632181 100644 --- a/dgl/src/Window.cpp +++ b/dgl/src/Window.cpp @@ -476,7 +476,7 @@ public: void setTransientWinId(const intptr_t winId) { #if defined(DGL_OS_LINUX) - XSetTransientForHint(xDisplay, xWindow, static_cast<::Window>(winId)); + XSetTransientForHint(xDisplay, xWindow, static_cast< ::Window>(winId)); #else return; // unused