diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-24 18:57:49 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-24 19:00:48 +0300 |
commit | f3216ca1cd6e63a254123635c18ba661297e8eef (patch) | |
tree | 59ffd4eaa7577ce8fbc5aca2503984ff80e132cf /indra/newview/lltexturectrl.h | |
parent | 23f20c207d1e69c03e2ce2cb9100ad216ac60708 (diff) |
SL-12688 Warnings part #2
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-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 2b2c5fa237..97e7bb0d20 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -54,7 +54,7 @@ typedef boost::function<BOOL (LLUICtrl*, LLInventoryItem*)> drag_n_drop_callback typedef boost::function<void (LLInventoryItem*)> texture_selected_callback; // Helper functions for UI that work with picker -bool get_is_library_texture(LLUUID image_id); +bool get_is_predefined_texture(LLUUID asset_id); // texture picker works by asset ids since objects normaly do // not retain inventory ids as result these functions are looking |