diff options
| author | James Cook <james@lindenlab.com> | 2009-11-29 12:53:09 -0800 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-11-29 12:53:09 -0800 | 
| commit | 30cb8d566ea47800d0bc5f253b957e01101b980a (patch) | |
| tree | fc97bc938d1b2c08120f78c37495e118bc13283f | |
| parent | b50ba67bd8ab329d598ce47e5d3ac09b59fffb63 (diff) | |
Missed another LL_COMMON_API tag
| -rw-r--r-- | indra/llcommon/lldictionary.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llcommon/lldictionary.h b/indra/llcommon/lldictionary.h index a8a34a89a5..95178b41e7 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() {} | 
