summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-01-17 20:33:32 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2012-01-17 20:33:32 +0000
commit917a17cbe4efd79d337543f41913887e38c0f543 (patch)
treeae48600a3d1b53224ba840c9657db05f6b75e0cb /src
parentturn SPPath into a class, and add some methods... (diff)
downloadinkscape-917a17cbe4efd79d337543f41913887e38c0f543.tar.gz
inkscape-917a17cbe4efd79d337543f41913887e38c0f543.zip
more header cleanup
(bzr r10898)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/parameter/path-reference.h19
1 files changed, 7 insertions, 12 deletions
diff --git a/src/live_effects/parameter/path-reference.h b/src/live_effects/parameter/path-reference.h
index b846e55f5..fafb880d3 100644
--- a/src/live_effects/parameter/path-reference.h
+++ b/src/live_effects/parameter/path-reference.h
@@ -2,29 +2,24 @@
#define SEEN_LPE_PATH_REFERENCE_H
/*
- * The reference corresponding to href of LPE PathParam.
- *
- * Copyright (C) 2008 Johan Engelen
- * Abhishek Sharma
+ * Copyright (C) 2008-2012 Authors
+ * Authors: Johan Engelen
+ * Abhishek Sharma
*
* Released under GNU GPL, read the file 'COPYING' for more information.
*/
#include <uri-references.h>
-#include <stddef.h>
-#include <sigc++/sigc++.h>
class SPItem;
-
namespace Inkscape {
-
-namespace XML {
- struct Node;
-}
+namespace XML { class Node; }
namespace LivePathEffect {
-
+/**
+ * The reference corresponding to href of LPE PathParam.
+ */
class PathReference : public Inkscape::URIReference {
public:
PathReference(SPObject *owner) : URIReference(owner) {}