From 369f5ba524e7ad7760b2e367ad336d09d129733e Mon Sep 17 00:00:00 2001 From: brad kittenbrink <brad@lindenlab.com> Date: Fri, 4 Sep 2009 14:37:55 -0400 Subject: [PATCH] Fix for link errors referencing operator!=(LLURI const &, LLURI const &) from integration tests. --- indra/llcommon/lluri.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/lluri.h b/indra/llcommon/lluri.h index eb5c5203eb6..8e69e8558ac 100644 --- a/indra/llcommon/lluri.h +++ b/indra/llcommon/lluri.h @@ -178,6 +178,6 @@ class LL_COMMON_API LLURI }; // 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 -- GitLab