1
0
forked from GitHub/gf-core

use struct instead of class for consistency

This commit is contained in:
Krasimir Angelov
2023-01-26 08:40:02 +01:00
parent 8926a4f4c2
commit 42c522954d

View File

@@ -72,8 +72,8 @@ private:
const char *m_filepath; const char *m_filepath;
}; };
class PgfPGF; struct PgfPGF;
class PgfConcr; struct PgfConcr;
#include "db.h" #include "db.h"
#include "text.h" #include "text.h"