From 5e47edd28ea1fd1bd6191b5fa31c8e075b66fe58 Mon Sep 17 00:00:00 2001
From: "w.klijn" <w.klijn@fz-juelich.de>
Date: Fri, 1 Jul 2016 14:05:40 +0200
Subject: [PATCH] Make the save_getline private

---
 src/swcio.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/swcio.hpp b/src/swcio.hpp
index 09c89f81..7d940290 100644
--- a/src/swcio.hpp
+++ b/src/swcio.hpp
@@ -211,10 +211,10 @@ public:
 
     std::istream &parse_record(std::istream &is, swc_record &record);
 
+private:
     // Getline version supporting both windows and linux line endings
     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
     swc_record parse_record(std::istringstream &is);
 
-- 
GitLab