mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
remove redundancies in the .pgf format kept for lagacy reasons
This commit is contained in:
@@ -22,11 +22,11 @@ public:
|
||||
|
||||
template<class V>
|
||||
ref<V> read_name(PgfText V::* field) {
|
||||
return read_name_internal((size_t) &(((V*) NULL)->*field));
|
||||
return read_text_internal((size_t) &(((V*) NULL)->*field));
|
||||
};
|
||||
|
||||
ref<PgfText> read_name() {
|
||||
return read_name_internal(0);
|
||||
return read_text_internal(0);
|
||||
};
|
||||
|
||||
template<class V>
|
||||
|
||||
Reference in New Issue
Block a user