aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/lldxhardware.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llwindow/lldxhardware.h')
-rw-r--r--linden/indra/llwindow/lldxhardware.h4
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:
53class LLDXDriverFile 53class LLDXDriverFile
54{ 54{
55public: 55public:
56 LLString dump(); 56 std::string dump();
57 57
58public: 58public:
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();
107public: 107public:
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;