fix for windows

This commit is contained in:
Daniel Larimer 2012-12-05 11:04:10 -05:00
parent e33e78ce51
commit 44ea53407b

View file

@ -132,7 +132,7 @@ namespace fc { namespace json {
template<typename InterfaceType>
void add_interface( const fc::ptr<InterfaceType>& it ) {
it->template visit( detail::add_method_visitor<InterfaceType>( it, *this ) );
it->TEMPLATE visit( detail::add_method_visitor<InterfaceType>( it, *this ) );
}
void add_method( const fc::string& name, const fc::json::rpc_server_method::ptr& func );