diff options
author | James Cook <james@lindenlab.com> | 2009-11-28 23:10:38 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-28 23:10:38 -0800 |
commit | e9b07c480abdc130fcacbbb75872edef71d0826b (patch) | |
tree | b7961769c12021faa90092ece7f333b284c6c74f /indra/llcommon/indra_constants.h | |
parent | 5531149ad1190ffe2adb14b7df7dbf6a1f2f5365 (diff) |
Fix build, missed a file and items need LL_COMMON_API
Diffstat (limited to 'indra/llcommon/indra_constants.h')
-rw-r--r-- | indra/llcommon/indra_constants.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/llcommon/indra_constants.h b/indra/llcommon/indra_constants.h index 064841a95a..d4a07d77cc 100644 --- a/indra/llcommon/indra_constants.h +++ b/indra/llcommon/indra_constants.h @@ -267,15 +267,15 @@ const U8 GOD_LIKE = 1; const U8 GOD_NOT = 0; // "agent id" for things that should be done to ALL agents -extern LL_COMMON_API const LLUUID LL_UUID_ALL_AGENTS; +LL_COMMON_API extern const LLUUID LL_UUID_ALL_AGENTS; // inventory library owner -extern LL_COMMON_API const LLUUID ALEXANDRIA_LINDEN_ID; +LL_COMMON_API extern const LLUUID ALEXANDRIA_LINDEN_ID; -extern LL_COMMON_API const LLUUID GOVERNOR_LINDEN_ID; -extern LL_COMMON_API const LLUUID REALESTATE_LINDEN_ID; +LL_COMMON_API extern const LLUUID GOVERNOR_LINDEN_ID; +LL_COMMON_API extern const LLUUID REALESTATE_LINDEN_ID; // Maintenance's group id. -extern LL_COMMON_API const LLUUID MAINTENANCE_GROUP_ID; +LL_COMMON_API extern const LLUUID MAINTENANCE_GROUP_ID; // Flags for kick message const U32 KICK_FLAGS_DEFAULT = 0x0; |