summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTim Dwyer <tgdwyer@gmail.com>2006-07-18 01:37:57 +0000
committertgdwyer <tgdwyer@users.sourceforge.net>2006-07-18 01:37:57 +0000
commit99e92795349b1aa71ca3c5a857e598a11961e36a (patch)
treeeabcff03227cf6706d63febca9909e8117c1dc3d /src/main.cpp
parentadded include of "helper/png-write.h" to fix compile error: (diff)
downloadinkscape-99e92795349b1aa71ca3c5a857e598a11961e36a.tar.gz
inkscape-99e92795349b1aa71ca3c5a857e598a11961e36a.zip
Committed again without the essential fix on line 84 commented out!
(bzr r1434)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d9744b039..6e184f4d7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -81,7 +81,7 @@
#include "debug/logger.h"
-//#include "helper/png-write.h"
+#include "helper/png-write.h"
#include <extension/extension.h>
#include <extension/system.h>