correct fwd decls

This commit is contained in:
2024-05-28 09:43:22 +02:00
parent 446a4939f5
commit bb9da772bc

View File

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