diff --git a/src/runtime/c/pgf/phrasetable.h b/src/runtime/c/pgf/phrasetable.h index db1c0a4bb..b3fe4ed35 100644 --- a/src/runtime/c/pgf/phrasetable.h +++ b/src/runtime/c/pgf/phrasetable.h @@ -9,7 +9,7 @@ struct PGF_INTERNAL_DECL PgfPhrasetableEntry { ref> backrefs; }; -class PgfSequenceItor; +struct PgfSequenceItor; typedef ref> PgfPhrasetable; #pragma GCC diagnostic push