diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/tmwa/loginhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/loginhandler.h b/src/net/tmwa/loginhandler.h index d8db211e7..615e42107 100644 --- a/src/net/tmwa/loginhandler.h +++ b/src/net/tmwa/loginhandler.h @@ -36,7 +36,7 @@ #define _UNUSED_ #endif -struct LoginData; +class LoginData; namespace TmwAthena { |