Do not a useless private datatype.

[GB.POPPLER]
* BUG: Do not a useless private datatype.
This commit is contained in:
gambas 2020-06-18 17:22:38 +02:00
parent 98028acd24
commit 6ea7235e1a

View file

@ -43,7 +43,7 @@ struct _PopplerPage
struct _PopplerDocument
{
GObject parent_instance;
std::unique_ptr<GlobalParamsIniter> initer;
void *initer;
PDFDoc *doc;
GList *layers;