diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-13 16:19:20 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-13 16:19:20 -0700 |
commit | 45547c7bbadf15804f54bb28fd1c94eb5f080bf5 (patch) | |
tree | a50295960a458c0d2408cf1246a001e0af1dd87f /indra/newview | |
parent | a91f08ba84844647bbcdecac11e85c449579527c (diff) |
DRTVWR-592: Attempt to fix Mac build
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/lltexturectrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h index 08c530314e..ee7095dd50 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -133,7 +133,7 @@ public: : image_id("image"), default_image_id("default_image_id"), default_image_name("default_image_name"), - pick_type("pick_type", PICK_TEXTURE), + pick_type("pick_type", LLTexPickInventoryType::TEXTURE), allow_no_texture("allow_no_texture", false), can_apply_immediately("can_apply_immediately"), no_commit_on_selection("no_commit_on_selection", false), |