use std::bind instead of passing void pointers around
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "scrollpad.h"
|
||||
|
||||
using namespace NCurses;
|
||||
using namespace std::placeholders;
|
||||
|
||||
typedef std::pair<std::string, std::string> string_pair;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user