Fix some warnings on some compilers
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 23 Jan 2012 19:23:56 +0000 (20:23 +0100)
committerPerttu Ahola <celeron55@gmail.com>
Thu, 2 Feb 2012 13:54:20 +0000 (15:54 +0200)
commit64af6d3afe6ff677aa25e2cbb7395a911f8621af
treeab73593d00325ca2866ef240331749ed20645f3a
parent365f7a5bfe0cf1838b0c6f3936c4437f3dd9f1f7
Fix some warnings on some compilers

ItemStack is a struct, not a class
CollisionInfo is a struct, not a class
InventoryAction is abstract and it needs a virtual destructor
src/inventorymanager.h
src/player.h
src/scriptapi.h
src/serverobject.h