util: Replace boost::signals2 with std::function

This commit is contained in:
MarcoFalke
2018-08-13 16:13:29 -04:00
parent ddc3ec92b0
commit ddddce0e46
14 changed files with 44 additions and 36 deletions

View File

@@ -12,6 +12,8 @@
#include <stdint.h>
#include <string>
#include <boost/signals2/connection.hpp>
static bool noui_ThreadSafeMessageBox(const std::string& message, const std::string& caption, unsigned int style)
{
bool fSecure = style & CClientUIInterface::SECURE;