diff options
Diffstat (limited to 'indra/newview/llpreview.h')
-rw-r--r-- | indra/newview/llpreview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreview.h b/indra/newview/llpreview.h index 589e1fde21..449093ee91 100644 --- a/indra/newview/llpreview.h +++ b/indra/newview/llpreview.h @@ -61,7 +61,7 @@ public: static LLPreview* find(const LLUUID& item_uuid); static LLPreview* show(const LLUUID& item_uuid, BOOL take_focus = TRUE ); - static void hide(const LLUUID& item_uuid); + static void hide(const LLUUID& item_uuid, BOOL no_saving = FALSE ); static void rename(const LLUUID& item_uuid, const std::string& new_name); static bool save(const LLUUID& item_uuid, LLPointer<LLInventoryItem>* itemptr); |