do not pollute namespace in the headers with using (Closes: #500198)
[ntk/apt.git] / test / libapt / getlistoffilesindir_test.cc
index 5ee014c..b2c95e8 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 #include <iostream>
 
-#define P(x)   string(argv[1]).append("/").append(x)
+#define P(x)   std::string(argv[1]).append("/").append(x)
 
 int main(int argc,char *argv[])
 {