diff options
Diffstat (limited to 'src/live_effects/parameter/path-reference.h')
| -rw-r--r-- | src/live_effects/parameter/path-reference.h | 19 |
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) {} |
