diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-10-03 17:37:37 -0700 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-10-03 17:37:37 -0700 |
commit | 49db5456505bad4938013c1ed4da8a351e152b52 (patch) | |
tree | 20c292fd6df30c3b2c1a26704a578f63b32505c9 /indra/newview/llfloaterdebugmaterials.h | |
parent | 8aadd6c529c1b29cbfe4e2ecf1faa26f0f0f7b3e (diff) |
Renaming the LLFloaterStinson class to be LLFloaterDebugMaterials.
Diffstat (limited to 'indra/newview/llfloaterdebugmaterials.h')
-rw-r--r-- | indra/newview/llfloaterdebugmaterials.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/llfloaterdebugmaterials.h b/indra/newview/llfloaterdebugmaterials.h index 1d906394c1..6d221581c4 100644 --- a/indra/newview/llfloaterdebugmaterials.h +++ b/indra/newview/llfloaterdebugmaterials.h @@ -1,6 +1,6 @@ /** -* @file llfloaterstinson.h -* @brief Header file for llfloaterstinson +* @file llfloaterdebugmaterials.h +* @brief Header file for llfloaterdebugmaterials * @author Stinson@lindenlab.com * * $LicenseInfo:firstyear=2012&license=viewerlgpl$ @@ -24,8 +24,8 @@ * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA * $/LicenseInfo$ */ -#ifndef LL_LLFLOATERSTINSON_H -#define LL_LLFLOATERSTINSON_H +#ifndef LL_LLFLOATERDEBUGMATERIALS_H +#define LL_LLFLOATERDEBUGMATERIALS_H #include <string> @@ -40,7 +40,7 @@ class LLScrollListCtrl; class LLSD; class LLTextBase; -class LLFloaterStinson : public LLFloater +class LLFloaterDebugMaterials : public LLFloater { public: virtual BOOL postBuild(); @@ -63,8 +63,8 @@ private: kError } EState; - LLFloaterStinson(const LLSD& pParams); - virtual ~LLFloaterStinson(); + LLFloaterDebugMaterials(const LLSD& pParams); + virtual ~LLFloaterDebugMaterials(); void onGetClicked(); void onPutSetClicked(); @@ -131,9 +131,9 @@ private: -LLFloaterStinson::EState LLFloaterStinson::getState() const +LLFloaterDebugMaterials::EState LLFloaterDebugMaterials::getState() const { return mState; } -#endif // LL_LLFLOATERSTINSON_H +#endif // LL_LLFLOATERDEBUGMATERIALS_H |