From 369f5ba524e7ad7760b2e367ad336d09d129733e Mon Sep 17 00:00:00 2001 From: brad kittenbrink Date: Fri, 4 Sep 2009 14:37:55 -0400 Subject: 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 eb5c5203eb..8e69e8558a 100644 --- a/indra/llcommon/lluri.h +++ b/indra/llcommon/lluri.h @@ -178,6 +178,6 @@ private: }; // 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 -- cgit v1.2.3