Source: ball
Severity: minor
Tags: patch
Followup-For: Bug #755225
User: [email protected]
Usertags: clang-ftbfs

Hi,

Please see new patch in the attach. First version of the patch has been created 
in the wrong way.

Thanks,
Alexander


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- ./include/BALL/DATATYPE/string.h	2013-03-07 21:15:10.000000000 +0400
+++ ../ball-1.4.2+20140406-my/./include/BALL/DATATYPE/string.h	2014-07-31 02:12:03.770913795 +0400
@@ -47,6 +47,9 @@
 {
 	// forward declaration
 	class Substring;
+    class String;
+    BALL_EXPORT
+	std::istream& getline(std::istream& s,  String& string,  char delimiter = '\n');
 
 	/**	\defgroup String String
 			An improved version of STL string.
@@ -998,7 +1001,7 @@
 
 		///
 		BALL_EXPORT
-		friend std::istream& getline(std::istream& s,  String& string,  char delimiter = '\n');
+		friend std::istream& getline(std::istream& s,  String& string,  char delimiter);
 
 		//@}
 

Reply via email to