summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2009-09-04 14:37:55 -0400
committerbrad kittenbrink <brad@lindenlab.com>2009-09-04 14:37:55 -0400
commit369f5ba524e7ad7760b2e367ad336d09d129733e (patch)
tree4166dd223831e62b3d25f3418434f47352b3f2d7 /indra
parentafe09c1385b55bdf2d8d245ea7c8c73b3fa87e28 (diff)
Fix for link errors referencing operator!=(LLURI const &, LLURI const &) from integration tests.
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/lluri.h2
1 files changed, 1 insertions, 1 deletions
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