Do not a useless private datatype.
[GB.POPPLER] * BUG: Do not a useless private datatype.
This commit is contained in:
parent
98028acd24
commit
6ea7235e1a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ struct _PopplerPage
|
|||
struct _PopplerDocument
|
||||
{
|
||||
GObject parent_instance;
|
||||
std::unique_ptr<GlobalParamsIniter> initer;
|
||||
void *initer;
|
||||
PDFDoc *doc;
|
||||
|
||||
GList *layers;
|
||||
|
|
Loading…
Reference in a new issue