make use of std::make_pair

This commit is contained in:
unK
2008-09-21 23:53:22 +02:00
parent d992af15b0
commit 40abeaac2c
5 changed files with 17 additions and 16 deletions

View File

@@ -43,6 +43,7 @@
#include "misc.h"
typedef std::pair<string, string> StringPair;
using std::make_pair;
enum NcmpcppScreen
{