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 @@ class LLAgent ...@@ -86,7 +86,7 @@ class LLAgent
#ifdef __GNUC__ #ifdef __GNUC__
__attribute__ ((noinline)) __attribute__ ((noinline))
#endif #endif
BOOL isGodlike() const { return FALSE; } bool isGodlike() const { return FALSE; }
}; };
LLAgent gAgent; 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