From c7a53e27cb0b38f2cfe659f79d3f1bc122e51b6d Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Tue, 1 May 2012 20:38:40 +0200 Subject: extensions: string class usage (bzr r11313) --- src/extension/dependency.cpp | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'src/extension/dependency.cpp') diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp index 9490381c0..f53dc93b4 100644 --- a/src/extension/dependency.cpp +++ b/src/extension/dependency.cpp @@ -141,7 +141,7 @@ Dependency::check (void) const filetest |= Glib::FILE_TEST_IS_EXECUTABLE; } - std::string location(_string); + Glib::ustring location(_string); switch (_location) { case LOCATION_EXTENSIONS: { for (unsigned int i=0; i