Use proper namespace for iostream classes
[AXE.git] / demos / testaxe.cpp
index 1bcefe4..b514d2a 100644 (file)
@@ -43,8 +43,8 @@ public:
 
    virtual int EV_Expose(XExposeEvent ev)
    {
-      DrawString(white_gc, 100, 30, "Andromeda X Windows Encapsulation");
-      DrawString(white_gc, 120, 90, "Version 0.2 - July 25, 2002");
+      DrawString(white_gc, 110, 30, "Andromeda X Windows Encapsulation");
+      DrawString(white_gc, 110, 95, "Version 0.3 - November 05, 2002");
       return 1;
    }
 
@@ -240,7 +240,7 @@ int xapp::DoCommand(int code)
       return 1;
 
    case FILE_OPEN:
-      cout << "Opening " << FileDialog->PathName() << "\n";
+      std::cout << "Opening " << FileDialog->PathName() << "\n";
       save_item->Enable(1);
       return 1;