From ea872b0823a6e55c0a23972c4faea1593e077594 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Wed, 4 Apr 2012 22:23:33 +0200 Subject: c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + some additional modifications) (bzr r11152) --- src/svg/itos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/svg/itos.cpp') diff --git a/src/svg/itos.cpp b/src/svg/itos.cpp index 0f2c64ec4..ff7ca516c 100644 --- a/src/svg/itos.cpp +++ b/src/svg/itos.cpp @@ -18,7 +18,7 @@ #include // for string #include -using namespace std; +using std::string; string itos(int n) { -- cgit v1.2.3