]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/tabbed_values.hxx
HTTP: Rename urlretrieve/urlload to save/load.
[simgear.git] / simgear / misc / tabbed_values.hxx
index cc7335f7f321d0b90ee85a6c3e8bc535f0765af5..a95cf7d1f93579d77f294060fc39d2c2ecd70a93 100644 (file)
@@ -28,8 +28,8 @@
 #include <vector>
 #include <string>
 
-SG_USING_STD(vector);
-SG_USING_STD(string);
+using std::vector;
+using std::string;
 
 class SGTabbedValues
 {
@@ -45,8 +45,6 @@ public:
        long getLongAt(const unsigned int) const;
 private:
        const char* fieldAt(const unsigned int offset) const;
-
-       const char* _line;
        
        /** this is first character of each field, if the field is empty
        it will be the tab character. It is lazily built as needed, so