[Fix]: compilation error after merge

This commit is contained in:
2026-03-08 11:06:27 +08:00
parent 4a38e7224e
commit 67069d4a12
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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 {