diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-02-11 13:58:44 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-02-11 13:58:44 +0200 |
commit | 52fe6676716daab90b00f4d3696b081608f07f6c (patch) | |
tree | 6e3ae7e5fa7ddf352d1ba2fda024cacc293430c8 /indra/newview/llfloatersnapshot.h | |
parent | c0141ac4237e71cd4bfbf8058fb030b33340221e (diff) |
MAINT-2754 FIXED Call findInstance() instead of getInstance().
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rwxr-xr-x | indra/newview/llfloatersnapshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h index 82af8c7a9d..c757bf21c2 100755 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -56,6 +56,7 @@ public: // TODO: create a snapshot model instead static LLFloaterSnapshot* getInstance(); + static LLFloaterSnapshot* findInstance(); static void saveTexture(); static BOOL saveLocal(); static void preUpdate(); |