[poppler] poppler/poppler: FontInfo.cc,1.3,1.4
Albert Astals Cid
aacid at freedesktop.org
Tue Jun 28 15:51:31 PDT 2005
Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv8597/poppler
Modified Files:
FontInfo.cc
Log Message:
Forgot assigning type on copy constructor
Index: FontInfo.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/FontInfo.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- FontInfo.cc 28 Jun 2005 22:49:15 -0000 1.3
+++ FontInfo.cc 28 Jun 2005 22:51:29 -0000 1.4
@@ -196,6 +196,7 @@
FontInfo::FontInfo(FontInfo& f) {
name = f.name->copy();
+ type = f.type->copy();
emb = f.emb;
subset = f.subset;
hasToUnicode = f.hasToUnicode;
More information about the poppler
mailing list