diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-04-15 08:42:05 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-04-15 08:42:05 +0300 |
commit | 8a630120540146c8724994dbc116a833a88ac2d6 (patch) | |
tree | cfaff9127bfcbcae5c3a42610fd2eb18ac7dc5cc /indra | |
parent | 3c2f3edb5fefff69e370f4e427dd23236cf8edbf (diff) |
SL-10642 LLModelPreview logging fix
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index 1542e97160..5d86ebc6a6 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -268,7 +268,9 @@ private: class LLModelPreview : public LLViewerDynamicTexture, public LLMutex -{ +{ + LOG_CLASS(LLModelPreview); + typedef boost::signals2::signal<void (F32 x, F32 y, F32 z, F32 streaming_cost, F32 physics_cost)> details_signal_t; typedef boost::signals2::signal<void (void)> model_loaded_signal_t; typedef boost::signals2::signal<void (bool)> model_updated_signal_t; |