From 917a17cbe4efd79d337543f41913887e38c0f543 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 17 Jan 2012 21:33:32 +0100 Subject: more header cleanup (bzr r10898) --- src/live_effects/parameter/path-reference.h | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'src') 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 -#include -#include 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) {} -- cgit v1.2.3