diff options
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r-- | src/net/playerhandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h index 2d8db0142..ae4c1f61f 100644 --- a/src/net/playerhandler.h +++ b/src/net/playerhandler.h @@ -117,7 +117,8 @@ class PlayerHandler notfinal const int bodyColor, const int topStyle, const int middleStyle, - const int bottomStyle) const = 0; + const int bottomStyle, + const int bodyStyle) const = 0; }; } // namespace Net |