std::
authorNathan Binkert <binkertn@umich.edu>
Wed, 11 Aug 2004 13:05:13 +0000 (09:05 -0400)
committerNathan Binkert <binkertn@umich.edu>
Wed, 11 Aug 2004 13:05:13 +0000 (09:05 -0400)
--HG--
extra : convert_revision : 8383048265ef5b4d7c995dbf44f7d85e349ddbde

dev/uart.hh

index ac8ed7d733e899a6e8bfbe6328277506d969127a..855915840d14e5fe215dec29f47b2fb00947b12e 100644 (file)
@@ -75,7 +75,7 @@ class Uart : public PioDevice
     Platform *platform;
 
   public:
-    Uart(const string &name, SimConsole *c, MemoryController *mmu,
+    Uart(const std::string &name, SimConsole *c, MemoryController *mmu,
          Addr a, Addr s, HierParams *hier, Bus *bus, Tick pio_latency,
          Platform *p);