summaryrefslogtreecommitdiff
path: root/src/net/characters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/characters.h')
-rw-r--r--src/net/characters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/characters.h b/src/net/characters.h
index f9c4802b4..8f0f9a89a 100644
--- a/src/net/characters.h
+++ b/src/net/characters.h
@@ -29,7 +29,7 @@
namespace Net
{
- class Character;
+ struct Character;
typedef std::list<Character*> Characters;
} // namespace Net