summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbigpreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterbigpreview.h')
-rw-r--r--indra/newview/llfloaterbigpreview.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llfloaterbigpreview.h b/indra/newview/llfloaterbigpreview.h
index 91b0968e88..63c6784d36 100644
--- a/indra/newview/llfloaterbigpreview.h
+++ b/indra/newview/llfloaterbigpreview.h
@@ -28,9 +28,6 @@
#define LL_LLFLOATERBIGPREVIEW_H
#include "llfloater.h"
-#include "llviewertexture.h"
-
-//class LLSnapshotLivePreview;
class LLFloaterBigPreview : public LLFloater
{
@@ -44,6 +41,7 @@ public:
void setPreview(LLView* previewp) { mPreviewHandle = previewp->getHandle(); }
void setFloaterOwner(LLFloater* floaterp) { mFloaterOwner = floaterp; }
+ bool isFloaterOwner(LLFloater* floaterp) const { return (mFloaterOwner == floaterp); }
void closeOnFloaterOwnerClosing(LLFloater* floaterp);
private: