summaryrefslogtreecommitdiffstats
path: root/src/ui/context-menu.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-05 07:06:08 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-05 07:06:08 +0000
commitcd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4 (patch)
treea2cc09e750a94433c9a90052474ea7a6889ec6b5 /src/ui/context-menu.h
parentCleaned up display-forward.h, including many redundant usages. (diff)
downloadinkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.tar.gz
inkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.zip
Cleanup for src/forward.h. (About 19 of the affected files did not require the contents forward.h at all).
(bzr r10667)
Diffstat (limited to 'src/ui/context-menu.h')
-rw-r--r--src/ui/context-menu.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ui/context-menu.h b/src/ui/context-menu.h
index 1f8208ebe..39753f93f 100644
--- a/src/ui/context-menu.h
+++ b/src/ui/context-menu.h
@@ -13,10 +13,13 @@
#include <gtk/gtk.h>
-#include "forward.h"
#include "sp-object.h"
-/* Append object-specific part to context menu */
+class SPDesktop;
+
+/**
+ * Append object-specific part to context menu.
+ */
void sp_object_menu (SPObject *object, SPDesktop *desktop, GtkMenu *menu);
#endif