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;
|
const char *m_filepath;
|
||||||
};
|
};
|
||||||
|
|
||||||
class PgfPGF;
|
struct PgfPGF;
|
||||||
class PgfConcr;
|
struct PgfConcr;
|
||||||
|
|
||||||
#include "db.h"
|
#include "db.h"
|
||||||
#include "text.h"
|
#include "text.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user