diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llprocessor.h b/linden/indra/llcommon/llprocessor.h index a188b1a..6abbd96 100644 --- a/linden/indra/llcommon/llprocessor.h +++ b/linden/indra/llcommon/llprocessor.h | |||
@@ -188,7 +188,7 @@ public: | |||
188 | F64 GetCPUFrequency(unsigned int uiMeasureMSecs); | 188 | F64 GetCPUFrequency(unsigned int uiMeasureMSecs); |
189 | const ProcessorInfo *GetCPUInfo(); | 189 | const ProcessorInfo *GetCPUInfo(); |
190 | bool CPUInfoToText(char *strBuffer, unsigned int uiMaxLen); | 190 | bool CPUInfoToText(char *strBuffer, unsigned int uiMaxLen); |
191 | bool WriteInfoTextFile(const char *strFilename); | 191 | bool WriteInfoTextFile(const std::string& strFilename); |
192 | }; | 192 | }; |
193 | 193 | ||
194 | 194 | ||