summaryrefslogtreecommitdiffstats
path: root/src/conn-avoid-ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conn-avoid-ref.h')
-rw-r--r--src/conn-avoid-ref.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conn-avoid-ref.h b/src/conn-avoid-ref.h
index 9a028371a..89e86ded7 100644
--- a/src/conn-avoid-ref.h
+++ b/src/conn-avoid-ref.h
@@ -17,8 +17,8 @@
#include <stddef.h>
#include <sigc++/connection.h>
-struct SPDesktop;
-struct SPItem;
+class SPDesktop;
+class SPItem;
struct ConnectionPoint;
typedef std::map<int, ConnectionPoint> IdConnectionPointMap;
namespace Avoid { class ShapeRef; }