From beecbea1b415d5b9536f2309c4f30fc258e346f5 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Wed, 31 Jul 2013 22:51:23 +0200 Subject: Cleaned up a bit; fixed struct vs. class forward declarations. (bzr r11608.1.111) --- src/snap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/snap.h') diff --git a/src/snap.h b/src/snap.h index 6a87d95cc..67af20063 100644 --- a/src/snap.h +++ b/src/snap.h @@ -31,7 +31,7 @@ enum SPGuideDragType { // used both here and in desktop-events.cpp }; class SPGuide; -struct SPNamedView; +class SPNamedView; /** * Class to coordinate snapping operations. -- cgit v1.2.3