Skip to content

Commit

Permalink
remove extra class qualification
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 20, 2011
1 parent 80a43e7 commit cfa43e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/Support.hpp
Expand Up @@ -123,7 +123,7 @@ class Support
// note: under windows, all "/" characrters in cmd will be converted to "\\" for you
static int run_command(const std::string& cmd, std::string& output);

static std::string Support::replaceAll(std::string result,
static std::string replaceAll(std::string result,
const std::string& replaceWhat,
const std::string& replaceWithWhat);
};
Expand Down

0 comments on commit cfa43e7

Please sign in to comment.