From 30cb8d566ea47800d0bc5f253b957e01101b980a Mon Sep 17 00:00:00 2001
From: James Cook <james@lindenlab.com>
Date: Sun, 29 Nov 2009 12:53:09 -0800
Subject: [PATCH] Missed another LL_COMMON_API tag

---
 indra/llcommon/lldictionary.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcommon/lldictionary.h b/indra/llcommon/lldictionary.h
index a8a34a89a5e..95178b41e77 100644
--- a/indra/llcommon/lldictionary.h
+++ b/indra/llcommon/lldictionary.h
@@ -35,7 +35,7 @@
 #include <map>
 #include <string>
 
-struct LLDictionaryEntry
+struct LL_COMMON_API LLDictionaryEntry
 {
 	LLDictionaryEntry(const std::string &name);
 	virtual ~LLDictionaryEntry() {}
-- 
GitLab