Fix compilation error on Windows

This commit is contained in:
ArsenArsen 2017-06-27 15:45:02 +02:00
parent e560bdfaa0
commit cc2562f492
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ public:
static PlatformBackend inst;
return inst;
}
WId getActiveWID();
};
#endif // U32BACKEND_HPP