diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llwindow/lldxhardware.cpp | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llwindow/lldxhardware.cpp')
-rw-r--r-- | linden/indra/llwindow/lldxhardware.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llwindow/lldxhardware.cpp b/linden/indra/llwindow/lldxhardware.cpp index c2d94c3..ec4230c 100644 --- a/linden/indra/llwindow/lldxhardware.cpp +++ b/linden/indra/llwindow/lldxhardware.cpp | |||
@@ -150,7 +150,7 @@ S32 LLVersion::getField(const S32 field_num) | |||
150 | } | 150 | } |
151 | } | 151 | } |
152 | 152 | ||
153 | LLString LLDXDriverFile::dump() | 153 | std::string LLDXDriverFile::dump() |
154 | { | 154 | { |
155 | if (gWriteDebug) | 155 | if (gWriteDebug) |
156 | { | 156 | { |
@@ -237,7 +237,7 @@ void LLDXHardware::cleanup() | |||
237 | } | 237 | } |
238 | 238 | ||
239 | /* | 239 | /* |
240 | LLString LLDXHardware::dumpDevices() | 240 | std::string LLDXHardware::dumpDevices() |
241 | { | 241 | { |
242 | if (gWriteDebug) | 242 | if (gWriteDebug) |
243 | { | 243 | { |