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.h | |
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.h')
-rw-r--r-- | linden/indra/llwindow/lldxhardware.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llwindow/lldxhardware.h b/linden/indra/llwindow/lldxhardware.h index 12d106a..d63120c 100644 --- a/linden/indra/llwindow/lldxhardware.h +++ b/linden/indra/llwindow/lldxhardware.h | |||
@@ -53,7 +53,7 @@ protected: | |||
53 | class LLDXDriverFile | 53 | class LLDXDriverFile |
54 | { | 54 | { |
55 | public: | 55 | public: |
56 | LLString dump(); | 56 | std::string dump(); |
57 | 57 | ||
58 | public: | 58 | public: |
59 | std::string mFilepath; | 59 | std::string mFilepath; |
@@ -103,7 +103,7 @@ public: | |||
103 | // ANY of them to match and return. | 103 | // ANY of them to match and return. |
104 | // LLDXDevice *findDevice(const std::string &vendor, const std::string &devices); | 104 | // LLDXDevice *findDevice(const std::string &vendor, const std::string &devices); |
105 | 105 | ||
106 | // LLString dumpDevices(); | 106 | // std::string dumpDevices(); |
107 | public: | 107 | public: |
108 | typedef std::map<std::string, LLDXDevice *> device_map_t; | 108 | typedef std::map<std::string, LLDXDevice *> device_map_t; |
109 | // device_map_t mDevices; | 109 | // device_map_t mDevices; |