]> git.lyx.org Git - features.git/blobdiff - src/support/signals.h
Use new signal library `nod` instead of `boost::signals2`
[features.git] / src / support / signals.h
index f768f2f873259182cde3307dfb49ac5ab650cda7..ceca3709c67c16f058e9245a5e73a86321cb47a0 100644 (file)
 #ifndef LYX_SIGNALS_H
 #define LYX_SIGNALS_H
 
-#include <boost/signals2/signal.hpp>
+#include <nod.hpp>
 
 #include <memory>
 
 namespace lyx {
 
-namespace signals2 = ::boost::signals2;
+namespace signals2 = ::nod;
 
 namespace support {