16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 11:19:19 +02:00

build 180830. minor bug fixes

This commit is contained in:
tmj-fstate
2018-08-30 20:41:44 +02:00
parent 0c062e9041
commit 1cfaaa24f6
5 changed files with 6 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ class cParser //: public std::stringstream
bool trimComments( std::string &String );
std::size_t count();
// members:
bool m_autoclear { true }; // not retrieved tokens are discarded when another read command is issued (legacy behaviour)
bool m_autoclear { true }; // unretrieved tokens are discarded when another read command is issued (legacy behaviour)
bool LoadTraction { true }; // load traction?
std::shared_ptr<std::istream> mStream; // relevant kind of buffer is attached on creation.
std::string mFile; // name of the open file, if any