Skip to content
Snippets Groups Projects
Commit b20307a6 authored by Tofu Linden's avatar Tofu Linden
Browse files

Hopefully fix this test case after the EXT-5820 fix

parent 36acc8f2
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public:
#ifdef __GNUC__
__attribute__ ((noinline))
#endif
BOOL isGodlike() const { return FALSE; }
bool isGodlike() const { return FALSE; }
};
LLAgent gAgent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment