summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdf.cpp
diff options
context:
space:
mode:
authorJon Phillips <jon@fabricatorz.com>2006-08-24 23:19:11 +0000
committerkidproto <kidproto@users.sourceforge.net>2006-08-24 23:19:11 +0000
commit1cab31d2570e92b86ccf48c143290ef5b6f4db10 (patch)
treedf995977df306ec09174f1d714014359f8594409 /src/extension/internal/pdf.cpp
parentOk, committed msgloan's patch to convert gbooleans to bools thus completing (diff)
downloadinkscape-1cab31d2570e92b86ccf48c143290ef5b6f4db10.tar.gz
inkscape-1cab31d2570e92b86ccf48c143290ef5b6f4db10.zip
Cleaned up more of the gboolean to bool janitorial task...great!
(bzr r1634)
Diffstat (limited to 'src/extension/internal/pdf.cpp')
-rw-r--r--src/extension/internal/pdf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/pdf.cpp b/src/extension/internal/pdf.cpp
index c35e4d217..b732fc723 100644
--- a/src/extension/internal/pdf.cpp
+++ b/src/extension/internal/pdf.cpp
@@ -225,7 +225,7 @@ PrintPDF::setup(Inkscape::Extension::Print * mod)
unsigned int
PrintPDF::begin(Inkscape::Extension::Print *mod, SPDocument *doc)
{
- gboolean epsexport = false;
+ bool epsexport = false;
_latin1_encoded_fonts.clear();
_newlatin1font_proc_defined = false;