correct fwd decls

This commit is contained in:
Green Sky 2024-05-28 09:43:22 +02:00
parent 446a4939f5
commit bb9da772bc
No known key found for this signature in database

View File

@ -6,8 +6,8 @@
// fwd // fwd
class MessageCommandDispatcher; class MessageCommandDispatcher;
struct ConfigModelI; struct ConfigModelI;
class ToxI; struct ToxI;
class ToxPrivateI; struct ToxPrivateI;
void registerToxCommands( void registerToxCommands(
MessageCommandDispatcher& mcd, MessageCommandDispatcher& mcd,