diff options
author | Dave Parks <davep@lindenlab.com> | 2011-07-12 13:22:38 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-07-12 13:22:38 -0500 |
commit | 8a28549694df30e0dc064b7393fc5dafdc2b501e (patch) | |
tree | addf468a1a8d616f0b4aad80230055f84d82ae73 /indra/newview/llfloatermodelpreview.h | |
parent | b8351e83e8a0354de743c5a4adbc52930b563a76 (diff) | |
parent | 922bc0aa6ac35175618c54d1e5649678f6b62417 (diff) |
merge
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index 29a61d6ed3..3a5f7602fe 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -201,7 +201,7 @@ public: /*virtual*/ void setPermissonsErrorStatus(U32 status, const std::string& reason); /*virtual*/ void onModelPhysicsFeeReceived(const LLSD& result, std::string upload_url); - + void handleModelPhysicsFeeReceived(); /*virtual*/ void setModelPhysicsFeeErrorStatus(U32 status, const std::string& reason); /*virtual*/ void onModelUploadSuccess(); @@ -273,6 +273,8 @@ protected: LLToggleableMenu* mViewOptionMenu; LLMutex* mStatusLock; + LLSD mModelPhysicsFee; + private: void onClickCalculateBtn(); void toggleCalculateButton(); |