entry is a class not a struct

This commit is contained in:
Steven Siloti 2015-12-30 17:25:00 -08:00
parent ac01ccc43a
commit 30076218f8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE.
namespace libtorrent {
struct bdecode_node;
struct entry;
class entry;
namespace dht {