diff options
author | richard <none@none> | 2009-12-21 17:54:15 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-21 17:54:15 -0800 |
commit | 5b978865e3b09e5b911728cd6381a2a4a7b3a9d3 (patch) | |
tree | 69cb1c88a14f63df79ce2a6d39d127155f14fb62 /indra/newview/llfloatersnapshot.h | |
parent | 2c42062c107c1299e6cf5ea2a689cfb2a2e575e5 (diff) |
EXT-3623 - taking a snapshot on windows completely breakd the UI
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rw-r--r-- | 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 bd01f6c573..1333497bd2 100644 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -52,6 +52,7 @@ public: /*virtual*/ BOOL postBuild(); /*virtual*/ void draw(); /*virtual*/ void onOpen(const LLSD& key); + /*virtual*/ void onClose(bool app_quitting); static void update(); |