Fix building with msvc

This commit is contained in:
Andrew Resch 2009-11-25 02:18:17 +00:00
parent 32ee88bc05
commit 83455cd88e
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ namespace libtorrent { namespace
break;
default:
// unknown message, ignore
break;
}
return true;
}