summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-08-08 13:34:02 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-08-08 13:34:02 +0100
commit791979c553a09963f03239cecc90083fe3f8c657 (patch)
treebc94be84b8046f19c6a3851ce99d585dd8ca76c6 /indra/newview/llfloatermodelpreview.h
parent6ce09ad712f98fe5d0097f1de6a5d1793f5f2bdd (diff)
SL-928 - in mesh upload, warn if bind shape is non-identity and skin weights are enabled.
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r--indra/newview/llfloatermodelpreview.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h
index 53b03c6069..7ec6a58ac7 100644
--- a/indra/newview/llfloatermodelpreview.h
+++ b/indra/newview/llfloatermodelpreview.h
@@ -169,7 +169,10 @@ protected:
void draw();
void initDecompControls();
-
+
+ // FIXME - this function and mStatusMessage have no visible effect, and the
+ // actual status messages are managed by directly manipulation of
+ // the UI element.
void setStatusMessage(const std::string& msg);
LLModelPreview* mModelPreview;