fix build error

This commit is contained in:
Daniel Larimer 2013-07-11 19:08:55 -04:00
parent 79cd431503
commit bb263d2903

View file

@ -4,5 +4,5 @@
namespace fc
{
fc::vector<fc::ip::endpoint> resolve( const fc::string& host, uint16_t port );
std::vector<fc::ip::endpoint> resolve( const std::string& host, uint16_t port );
}