diff options
| author | Tim Dwyer <tgdwyer@gmail.com> | 2006-07-18 01:37:57 +0000 |
|---|---|---|
| committer | tgdwyer <tgdwyer@users.sourceforge.net> | 2006-07-18 01:37:57 +0000 |
| commit | 99e92795349b1aa71ca3c5a857e598a11961e36a (patch) | |
| tree | eabcff03227cf6706d63febca9909e8117c1dc3d /src/main.cpp | |
| parent | added include of "helper/png-write.h" to fix compile error: (diff) | |
| download | inkscape-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.cpp | 2 |
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> |
