diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index ae18de713..85925bedb 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -72,8 +72,8 @@ private: const char *m_filepath; }; -class PgfPGF; -class PgfConcr; +struct PgfPGF; +struct PgfConcr; #include "db.h" #include "text.h"