Missed another LL_COMMON_API tag

meow-7.2.2
James Cook 2009-11-29 12:53:09 -08:00
parent b50ba67bd8
commit 30cb8d566e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include <map>
#include <string>
struct LLDictionaryEntry
struct LL_COMMON_API LLDictionaryEntry
{
LLDictionaryEntry(const std::string &name);
virtual ~LLDictionaryEntry() {}