Code

conn-avoid-ref.h: Supply missing #includes/declarations so that we don't depend on...
authorpjrm <pjrm@users.sourceforge.net>
Sat, 5 Jul 2008 12:01:08 +0000 (12:01 +0000)
committerpjrm <pjrm@users.sourceforge.net>
Sat, 5 Jul 2008 12:01:08 +0000 (12:01 +0000)
src/conn-avoid-ref.h

index 29c7e69b3e6bc65ac9c83fc7e562f47a74e941fc..cd6b60542f7004bfa16123ce3237308f867dd0fc 100644 (file)
@@ -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>
  *
  * 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: