menu: some member name changing

This commit is contained in:
Andrzej Rybczak
2012-08-30 07:07:19 +02:00
parent 0447b4e881
commit 798c9b3121
15 changed files with 252 additions and 251 deletions

View File

@@ -28,10 +28,7 @@
void ParseArgv(int, char **);
template <typename A, typename B> std::string StringPairToString(const std::pair<A, B> &pair, void *)
{
return pair.first;
}
std::string StringPairToString(const std::pair<std::string, std::string> &pair, void *);
template <typename T> struct StringConverter {
const char *operator()(const char *s) { return s; }