Skip to content
Snippets Groups Projects
Commit 5e47edd2 authored by Wouter Klijn's avatar Wouter Klijn
Browse files

Make the save_getline private

parent acb78da1
No related branches found
No related tags found
No related merge requests found
...@@ -211,10 +211,10 @@ public: ...@@ -211,10 +211,10 @@ public:
std::istream &parse_record(std::istream &is, swc_record &record); std::istream &parse_record(std::istream &is, swc_record &record);
private:
// Getline version supporting both windows and linux line endings // Getline version supporting both windows and linux line endings
std::istream &safe_getline(std::istream& is, std::string& t); std::istream &safe_getline(std::istream& is, std::string& t);
private:
// Read the record from a string stream; will be treated like a single line // Read the record from a string stream; will be treated like a single line
swc_record parse_record(std::istringstream &is); swc_record parse_record(std::istringstream &is);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment