summaryrefslogtreecommitdiff
path: root/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
blob: 4066b49be7cb269e594aadd4297c580286f059e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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 
    */
   std::string clean( std::string s);
-
+  std::string getLengthString( int length);
 
 #endif