diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.h b/src/inventory.h index a303fa0de..24591f33f 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc., class ServerActiveObject; class ServerEnvironment; -class PointedThing; +struct PointedThing; class ITextureSource; class IGameDef; |