diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-08-06 21:57:44 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2017-08-06 21:57:44 +0200 |
commit | 07f25253a2190abfb10a27e25a72eb052421992f (patch) | |
tree | 0743d0f2f270100642dba35ed0b98add3b2d1c5a /src/Items/ItemPotion.h | |
parent | Fixed compilation for clang 4.0 & gcc 7.1 (diff) | |
download | cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.gz cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.bz2 cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.lz cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.xz cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.zst cuberite-07f25253a2190abfb10a27e25a72eb052421992f.zip |
Diffstat (limited to 'src/Items/ItemPotion.h')
-rw-r--r-- | src/Items/ItemPotion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemPotion.h b/src/Items/ItemPotion.h index 01c011fa3..dfc8aa033 100644 --- a/src/Items/ItemPotion.h +++ b/src/Items/ItemPotion.h @@ -2,7 +2,7 @@ #pragma once #include "../Entities/EntityEffect.h" -#include "../Entities/SplashPotionEntity.h" + class cItemPotionHandler: public cItemHandler |