fixed Linux build

This commit is contained in:
orignal 2014-01-09 17:55:53 -05:00
parent e25c17b0b3
commit fcddf9843d
3 changed files with 4 additions and 4 deletions

View file

@ -169,7 +169,7 @@ namespace data
{
for (boost::filesystem::directory_iterator it1 (it->path ()); it1 != end; ++it1)
{
#ifdef BOOST_VERSION > 10500
#if BOOST_VERSION > 10500
RouterInfo * r = new RouterInfo (it1->path().string().c_str ());
#else
RouterInfo * r = new RouterInfo(it1->path().c_str());