diff options
Diffstat (limited to 'indra/newview/llfloaterauction.h')
-rw-r--r-- | indra/newview/llfloaterauction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterauction.h b/indra/newview/llfloaterauction.h index 135c9fa26b..10e08c14b1 100644 --- a/indra/newview/llfloaterauction.h +++ b/indra/newview/llfloaterauction.h @@ -69,7 +69,7 @@ private: LLTransactionID mTransactionID; LLAssetID mImageID; LLPointer<LLImageGL> mImage; - LLHandle<LLParcelSelection> mParcelp; + LLSafeHandle<LLParcelSelection> mParcelp; S32 mParcelID; LLHost mParcelHost; }; |