From b8efe02cdbeb6ef063390db52301d819170b79fe Mon Sep 17 00:00:00 2001 From: Eric Frias Date: Thu, 26 Jun 2014 11:58:57 -0400 Subject: [PATCH] Add typedef for signal connection type --- include/fc/signals.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/fc/signals.hpp b/include/fc/signals.hpp index 35f9a60..632f4f4 100644 --- a/include/fc/signals.hpp +++ b/include/fc/signals.hpp @@ -8,6 +8,8 @@ namespace fc { #if !defined(BOOST_NO_TEMPLATE_ALIASES) template using signal = boost::signals2::signal; + + using scoped_connection = boost::signals2::scoped_connection; #else /** Workaround for missing Template Aliases feature in the VS 2012. \warning Class defined below cannot have defined constructor (even base class has it)