Skip to content
Snippets Groups Projects
Commit 369f5ba5 authored by brad kittenbrink's avatar brad kittenbrink
Browse files

Fix for link errors referencing operator!=(LLURI const &, LLURI const &) from integration tests.

parent afe09c13
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,6 @@ class LL_COMMON_API LLURI ...@@ -178,6 +178,6 @@ class LL_COMMON_API LLURI
}; };
// this operator required for tut // this operator required for tut
bool operator!=(const LLURI& first, const LLURI& second); LL_COMMON_API bool operator!=(const LLURI& first, const LLURI& second);
#endif // LL_LLURI_H #endif // LL_LLURI_H
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