From 5d72714ef3e2cd0fb4c677fc27d5121349941cef Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 26 Jan 2023 08:51:59 +0100 Subject: [PATCH] use strunct PgfConcrLin for consistency --- src/runtime/c/pgf/phrasetable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/c/pgf/phrasetable.h b/src/runtime/c/pgf/phrasetable.h index a61aa124f..c27f95333 100644 --- a/src/runtime/c/pgf/phrasetable.h +++ b/src/runtime/c/pgf/phrasetable.h @@ -74,7 +74,7 @@ PgfPhrasetable phrasetable_delete(PgfPhrasetable table, PGF_INTERNAL_DECL size_t phrasetable_size(PgfPhrasetable table); -class PgfConcrLin; +struct PgfConcrLin; struct PGF_INTERNAL_DECL PgfTextSpot { size_t pos; // position in Unicode characters