Use proper namespace for iostream classes
[AXE.git] / src / font.cpp
index 227e352..1a906f3 100644 (file)
@@ -5,7 +5,7 @@
 ***********************
 **      FILE NAME      : font.cpp
 **      SYSTEM NAME    : AXE - Andromeda X-windows Encapsulation
-**      VERSION NUMBER : $Revision: 1.1 $
+**      VERSION NUMBER : $Revision: 1.2 $
 **
 **  DESCRIPTION      :  Implementation of font class
 **
 
 /*****************************
    $Log: font.cpp,v $
-   Revision 1.1  2002-07-25 08:01:26  arjen
+   Revision 1.2  2002-11-04 07:24:31  arjen
+   Use proper namespace for iostream classes
+
+   Revision 1.1  2002/07/25 08:01:26  arjen
    First checkin, AXE release 0.2
 
 *****************************/
 
-static const char *RCSID = "$Id: font.cpp,v 1.1 2002-07-25 08:01:26 arjen Exp $";
+static const char *RCSID = "$Id: font.cpp,v 1.2 2002-11-04 07:24:31 arjen Exp $";
 
 #include <string.h>
 #include "font.h"
 
-int font::TextWidth(char *string, int length = 0)
+int font::TextWidth(char *string, int length)
 {
    if (length == 0)
    {