1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build with gcc41

This commit is contained in:
Tilman Keskinoz 2006-12-22 15:21:58 +00:00
parent 17db208769
commit b112d78ac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180501

View File

@ -1,5 +1,14 @@
--- src/File-Date-StringUtils/Format.h.orig Sat Apr 10 01:41:38 2004
+++ src/File-Date-StringUtils/Format.h Mon Sep 26 16:09:59 2005
--- src/File-Date-StringUtils/Format.h.orig Fri Apr 9 23:41:38 2004
+++ src/File-Date-StringUtils/Format.h Fri Dec 22 16:20:15 2006
@@ -53,7 +53,7 @@
private:
template<typename T>
- void DecimalFormat::format_internal( char* buffer, T value, std::string typeString);
+ void format_internal( char* buffer, T value, std::string typeString);
@@ -65,6 +65,6 @@
text-containing string to be output on a terminal
*/