mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 09:49:33 -06:00
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