summaryrefslogtreecommitdiff
path: root/indra/llcommon/llcursortypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llcursortypes.h')
-rw-r--r--indra/llcommon/llcursortypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llcursortypes.h b/indra/llcommon/llcursortypes.h
index 35dbeaf16e..a1b8178bfe 100644
--- a/indra/llcommon/llcursortypes.h
+++ b/indra/llcommon/llcursortypes.h
@@ -71,6 +71,6 @@ enum ECursorType {
UI_CURSOR_COUNT // Number of elements in this enum (NOT a cursor)
};
-ECursorType getCursorFromString(const std::string& cursor_string);
+LL_COMMON_API ECursorType getCursorFromString(const std::string& cursor_string);
#endif // LL_LLCURSORTYPES_H