]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textfile.h
added test for writing empty value to the config
[wxWidgets.git] / include / wx / textfile.h
index b0d4dd9287bdf7e68e62d9b89ada67293e942cee..ec93546696cc1a0b877c18839a8343b39763a9b5 100644 (file)
@@ -131,7 +131,7 @@ public:
                   wxTextFileType type = typeDefault)
     { m_aLines.Insert(str, n); m_aTypes.Insert(type, n); }
     // delete one line
-  void RemoveLine(size_t n) { m_aLines.Remove(n); m_aTypes.Remove(n); }
+  void RemoveLine(size_t n) { m_aLines.RemoveAt(n); m_aTypes.RemoveAt(n); }
 
   // change the file on disk (default argument means "don't change type")
   // possibly in another format