shared: allow "NMRefString" typedef to be forward declared by naming the struct

This commit is contained in:
Thomas Haller 2019-10-16 08:55:45 +02:00
parent f23fa470a7
commit 90487ef509

View file

@ -5,7 +5,7 @@
/*****************************************************************************/
typedef struct {
typedef struct _NMRefString {
const char *const str;
const gsize len;
} NMRefString;