diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llfeaturemanager.h | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2 meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz |
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/llfeaturemanager.h')
-rw-r--r-- | linden/indra/newview/llfeaturemanager.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/newview/llfeaturemanager.h b/linden/indra/newview/llfeaturemanager.h index c98fb0d..b45046b 100644 --- a/linden/indra/newview/llfeaturemanager.h +++ b/linden/indra/newview/llfeaturemanager.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /** | 1 | /** |
2 | * @file llfeaturemanager.h | 2 | * @file llfeaturemanager.h |
3 | * @brief LLFeatureManager class definition | 3 | * @brief The feature manager is responsible for determining what features are turned on/off in the app. |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2003&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2003&license=viewergpl$ |
6 | * | 6 | * |
@@ -94,7 +94,7 @@ protected: | |||
94 | }; | 94 | }; |
95 | 95 | ||
96 | 96 | ||
97 | class LLFeatureManager : public LLFeatureList | 97 | class LLFeatureManager : public LLFeatureList, public LLSingleton<LLFeatureManager> |
98 | { | 98 | { |
99 | public: | 99 | public: |
100 | LLFeatureManager() : mInited(FALSE), mTableVersion(0), mSafe(FALSE), mGPUClass(GPU_CLASS_UNKNOWN) {} | 100 | LLFeatureManager() : mInited(FALSE), mTableVersion(0), mSafe(FALSE), mGPUClass(GPU_CLASS_UNKNOWN) {} |
@@ -148,6 +148,5 @@ protected: | |||
148 | BOOL mGPUSupported; | 148 | BOOL mGPUSupported; |
149 | }; | 149 | }; |
150 | 150 | ||
151 | extern LLFeatureManager *gFeatureManagerp; | ||
152 | 151 | ||
153 | #endif // LL_LLFEATUREMANAGER_H | 152 | #endif // LL_LLFEATUREMANAGER_H |