Potential permission fix

This commit is contained in:
Siana Gearz
2013-01-13 21:50:31 +01:00
parent d5eb2432ef
commit 0ab140a071
2 changed files with 2 additions and 5 deletions

View File

@@ -124,8 +124,7 @@ LLPreviewTexture::LLPreviewTexture(
const LLRect& rect,
const std::string& title,
const LLUUID& asset_id,
BOOL copy_to_inv,
BOOL copyable)
BOOL copy_to_inv)
:
LLPreview(
name,
@@ -140,7 +139,6 @@ LLPreviewTexture::LLPreviewTexture(
mLoadingFullImage( FALSE ),
mShowKeepDiscard(FALSE),
mCopyToInv(copy_to_inv),
mIsCopyable(copyable),
mLastHeight(0),
mLastWidth(0),
mAspectRatio(0.f),

View File

@@ -57,8 +57,7 @@ public:
const LLRect& rect,
const std::string& title,
const LLUUID& asset_id,
BOOL copy_to_inv = FALSE,
BOOL copyable = TRUE);
BOOL copy_to_inv = FALSE);
~LLPreviewTexture();
virtual void draw();