mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 14:18:31 +09:00
[Fix]: compilation error after merge
This commit is contained in:
@@ -115,7 +115,7 @@ namespace MobileGL {
|
||||
Uint64 NativeDisplayKey = 0;
|
||||
EGLenum Platform = EGL_NONE;
|
||||
|
||||
Bool operator==(const DisplayLookupKey& rhs) const = default;
|
||||
Bool operator==(const DisplayLookupKey& rhs) const;
|
||||
};
|
||||
|
||||
struct DisplayLookupHasher {
|
||||
|
||||
Reference in New Issue
Block a user