From cc2562f492b53db58f15ac2f8783b303c7e218ce Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Tue, 27 Jun 2017 15:45:02 +0200 Subject: [PATCH] Fix compilation error on Windows --- platformspecifics/u32/u32backend.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/platformspecifics/u32/u32backend.hpp b/platformspecifics/u32/u32backend.hpp index ec2538a..8cb9075 100644 --- a/platformspecifics/u32/u32backend.hpp +++ b/platformspecifics/u32/u32backend.hpp @@ -16,6 +16,7 @@ public: static PlatformBackend inst; return inst; } + WId getActiveWID(); }; #endif // U32BACKEND_HPP