mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-10 23:20:58 +00:00
Fix QPDFObjGen constructor implementation
This commit is contained in:
parent
212812d837
commit
88bacb6449
@ -1,6 +1,12 @@
|
|||||||
#include <qpdf/QPDFObjGen.hh>
|
#include <qpdf/QPDFObjGen.hh>
|
||||||
|
|
||||||
QPDFObjGen::QPDFObjGen(int o = 0, int g = 0) :
|
QPDFObjGen::QPDFObjGen() :
|
||||||
|
obj(0),
|
||||||
|
gen(0)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
QPDFObjGen::QPDFObjGen(int o, int g) :
|
||||||
obj(o),
|
obj(o),
|
||||||
gen(g)
|
gen(g)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user