]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/tabbed_values.cxx
Update doxgen config and some comments.
[simgear.git] / simgear / misc / tabbed_values.cxx
index 07ed20631b3dfdd334436d7dc59dad17818cdce5..5fa5f6ecf4355c8ddcfd2cc2e5f68140200c8c59 100644 (file)
@@ -26,8 +26,7 @@
 #include "tabbed_values.hxx"
 
 
-SGTabbedValues::SGTabbedValues(const char *line) :
-       _line(line)
+SGTabbedValues::SGTabbedValues(const char *line)
 {
        assert(line);
        _fields.push_back(const_cast<char*>(line));