From 61b45c935dbb50c280970c9f431fd1c7ef4eb680 Mon Sep 17 00:00:00 2001 From: randomdan Date: Tue, 22 Jul 2003 21:56:38 +0000 Subject: STL namespace fixes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@176 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/wildcard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wildcard.cpp') diff --git a/src/wildcard.cpp b/src/wildcard.cpp index 900f314ea..41070d145 100644 --- a/src/wildcard.cpp +++ b/src/wildcard.cpp @@ -13,7 +13,7 @@ void Delete(char* str,int pos) void Insert(char* substr,char* str,int pos) { - string a = str; + std::string a = str; a.insert(pos,substr); strcpy(str,a.c_str()); } -- cgit v1.3.1-10-gc9f91