forked from GitHub/gf-core
use struct instead of class for consistency
This commit is contained in:
@@ -72,8 +72,8 @@ private:
|
||||
const char *m_filepath;
|
||||
};
|
||||
|
||||
class PgfPGF;
|
||||
class PgfConcr;
|
||||
struct PgfPGF;
|
||||
struct PgfConcr;
|
||||
|
||||
#include "db.h"
|
||||
#include "text.h"
|
||||
|
||||
Reference in New Issue
Block a user