diff --git a/src/tox_commands.hpp b/src/tox_commands.hpp index a9fdbb3..4e8f689 100644 --- a/src/tox_commands.hpp +++ b/src/tox_commands.hpp @@ -6,8 +6,8 @@ // fwd class MessageCommandDispatcher; struct ConfigModelI; -class ToxI; -class ToxPrivateI; +struct ToxI; +struct ToxPrivateI; void registerToxCommands( MessageCommandDispatcher& mcd,