diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfeaturemanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfeaturemanager.h b/linden/indra/newview/llfeaturemanager.h index b45046b..79ea958 100644 --- a/linden/indra/newview/llfeaturemanager.h +++ b/linden/indra/newview/llfeaturemanager.h | |||
@@ -76,7 +76,7 @@ public: | |||
76 | void setFeatureAvailable(const char *name, const BOOL available); | 76 | void setFeatureAvailable(const char *name, const BOOL available); |
77 | void setRecommendedLevel(const char *name, const F32 level); | 77 | void setRecommendedLevel(const char *name, const F32 level); |
78 | 78 | ||
79 | BOOL loadFeatureList(FILE *fp); | 79 | BOOL loadFeatureList(LLFILE *fp); |
80 | 80 | ||
81 | BOOL maskList(LLFeatureList &mask); | 81 | BOOL maskList(LLFeatureList &mask); |
82 | 82 | ||