From bb9da772bc9679c4b0a01cea2da5873074b1782d Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 28 May 2024 09:43:22 +0200 Subject: [PATCH] correct fwd decls --- src/tox_commands.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,