From 7fe359b293db531e7ff82ef606cfa4c5c826b656 Mon Sep 17 00:00:00 2001 From: Brad Kittenbrink Date: Fri, 29 May 2009 01:34:21 +0000 Subject: Added new LL_COMMON_API dll export declaration for new llsd_equals function. --- indra/llcommon/llsdutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llcommon/llsdutil.h') diff --git a/indra/llcommon/llsdutil.h b/indra/llcommon/llsdutil.h index 31d219da52..8cb459d81b 100644 --- a/indra/llcommon/llsdutil.h +++ b/indra/llcommon/llsdutil.h @@ -130,7 +130,7 @@ LL_COMMON_API BOOL compare_llsd_with_template( LL_COMMON_API std::string llsd_matches(const LLSD& prototype, const LLSD& data, const std::string& pfx=""); /// Deep equality -bool llsd_equals(const LLSD& lhs, const LLSD& rhs); +LL_COMMON_API bool llsd_equals(const LLSD& lhs, const LLSD& rhs); // Simple function to copy data out of input & output iterators if // there is no need for casting. -- cgit v1.2.3