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
class MessageCommandDispatcher;
struct ConfigModelI;
class ToxI;
class ToxPrivateI;
struct ToxI;
struct ToxPrivateI;
void registerToxCommands(
MessageCommandDispatcher& mcd,