diff options
| author | Sfan5 <sfan5@live.de> | 2014-04-15 19:49:32 +0200 |
|---|---|---|
| committer | Sfan5 <sfan5@live.de> | 2014-04-15 21:34:53 +0200 |
| commit | 118e2ae865bd7a0020586ef72d05bf14d66f4eae (patch) | |
| tree | 5da3d9bc1d4e26e7e75f61b5ea10916161f29cba /src/script/cpp_api | |
| parent | d436502fa499255236350fc9204f9c508414704e (diff) | |
| download | dragonfireclient-118e2ae865bd7a0020586ef72d05bf14d66f4eae.tar.xz | |
Fix all warnings reported by clang
Diffstat (limited to 'src/script/cpp_api')
| -rw-r--r-- | src/script/cpp_api/s_item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/cpp_api/s_item.h b/src/script/cpp_api/s_item.h index cca1641fd..88cc1909d 100644 --- a/src/script/cpp_api/s_item.h +++ b/src/script/cpp_api/s_item.h @@ -30,7 +30,7 @@ struct ItemDefinition; class LuaItemStack; class ModApiItemMod; class InventoryList; -class InventoryLocation; +struct InventoryLocation; class ScriptApiItem : virtual public ScriptApiBase |
