UWP: Fix build issue about Object ambiguity

This commit is contained in:
George Marques 2017-09-21 22:47:52 -03:00
parent b51180caa3
commit d595b79c62
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D

View file

@ -31,7 +31,7 @@
#include "EGL/eglext.h"
using namespace Platform;
using Platform::Exception;
void ContextEGL::release_current() {