diff options
| author | Tim Dwyer <tgdwyer@gmail.com> | 2006-07-18 01:36:30 +0000 |
|---|---|---|
| committer | tgdwyer <tgdwyer@users.sourceforge.net> | 2006-07-18 01:36:30 +0000 |
| commit | e9644b12fe519bec87c39646a8eb4c38c0c4b08d (patch) | |
| tree | f45d0ee5e0142835b9bf14dc4fa6a8e3cab2d77a /src/main.cpp | |
| parent | Create first mockup for export dialog panel (diff) | |
| download | inkscape-e9644b12fe519bec87c39646a8eb4c38c0c4b08d.tar.gz inkscape-e9644b12fe519bec87c39646a8eb4c38c0c4b08d.zip | |
added include of "helper/png-write.h" to fix compile error:
main.cpp:973: error: ‘sp_export_png_file’ was not declared in this scope
Did someone else do an incomplete commit?
(bzr r1433)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index c3d368bc5..d9744b039 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -81,6 +81,8 @@ #include "debug/logger.h" +//#include "helper/png-write.h" + #include <extension/extension.h> #include <extension/system.h> #include <extension/db.h> |
