From 256afbbe2658f5ad8cfbe4c59aa5757e92531f98 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Wed, 11 Aug 2004 09:05:13 -0400 Subject: std:: --HG-- extra : convert_revision : 8383048265ef5b4d7c995dbf44f7d85e349ddbde --- dev/uart.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/uart.hh b/dev/uart.hh index ac8ed7d73..855915840 100644 --- a/dev/uart.hh +++ b/dev/uart.hh @@ -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); -- cgit v1.2.3