summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-07-05 12:04:42 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-07-05 12:04:42 +0000
commite5e38c46ed6bc5318f7084f158511a0fb947bfcc (patch)
tree5175f38f5b9750d2e760881cb412259012dd92e9 /src/widgets
parentui/widget/tolerance-slider.h: Supply missing #includes/declarations so that w... (diff)
downloadinkscape-e5e38c46ed6bc5318f7084f158511a0fb947bfcc.tar.gz
inkscape-e5e38c46ed6bc5318f7084f158511a0fb947bfcc.zip
widgets/calligraphic-profile-rename.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
(bzr r6190)
Diffstat (limited to 'src/widgets')
-rwxr-xr-xsrc/widgets/calligraphic-profile-rename.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/calligraphic-profile-rename.h b/src/widgets/calligraphic-profile-rename.h
index 91952a9c1..f0e455c6c 100755
--- a/src/widgets/calligraphic-profile-rename.h
+++ b/src/widgets/calligraphic-profile-rename.h
@@ -17,6 +17,7 @@
#include <gtkmm/entry.h>
#include <gtkmm/label.h>
#include <gtkmm/table.h>
+struct SPDesktop;
namespace Inkscape {
namespace UI {