diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:03:28 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:03:28 +0000 |
| commit | 50ddd11d3f93f3b4d3a93a2bfb7bbc6625a13eec (patch) | |
| tree | cf3e63b9d8c16085aab6b9f5da32383697bbf13b /src | |
| parent | removeoverlap/removeoverlap.h: Supply missing #includes/declarations so that ... (diff) | |
| download | inkscape-50ddd11d3f93f3b4d3a93a2bfb7bbc6625a13eec.tar.gz inkscape-50ddd11d3f93f3b4d3a93a2bfb7bbc6625a13eec.zip | |
select-context.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 r6182)
Diffstat (limited to 'src')
| -rw-r--r-- | src/select-context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/select-context.h b/src/select-context.h index b7e5748a0..3f3f8bfb6 100644 --- a/src/select-context.h +++ b/src/select-context.h @@ -13,6 +13,7 @@ */ #include "event-context.h" +#include <gtk/gtktypeutils.h> #define SP_TYPE_SELECT_CONTEXT (sp_select_context_get_type ()) #define SP_SELECT_CONTEXT(obj) (GTK_CHECK_CAST ((obj), SP_TYPE_SELECT_CONTEXT, SPSelectContext)) @@ -20,6 +21,7 @@ #define SP_IS_SELECT_CONTEXT(obj) (GTK_CHECK_TYPE ((obj), SP_TYPE_SELECT_CONTEXT)) #define SP_IS_SELECT_CONTEXT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), SP_TYPE_SELECT_CONTEXT)) +struct SPCanvasItem; class SPSelectContext; class SPSelectContextClass; |
