summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conn-avoid-ref.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/conn-avoid-ref.h b/src/conn-avoid-ref.h
index 29c7e69b3..cd6b60542 100644
--- a/src/conn-avoid-ref.h
+++ b/src/conn-avoid-ref.h
@@ -1,9 +1,10 @@
#ifndef SEEN_CONN_AVOID_REF
#define SEEN_CONN_AVOID_REF
-/*
+/** \file
* A class for handling shape interaction with libavoid.
- *
+ */
+/*
* Authors:
* Michael Wybrow <mjwybrow@users.sourceforge.net>
*
@@ -12,13 +13,12 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-
+#include <glib/gslist.h>
#include <sigc++/connection.h>
+struct SPDesktop;
struct SPItem;
-namespace Avoid {
- class ShapeRef;
-}
+namespace Avoid { class ShapeRef; }
class SPAvoidRef {
public: