diff options
Diffstat (limited to 'src/context-fns.h')
| -rw-r--r-- | src/context-fns.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context-fns.h b/src/context-fns.h index c56c67a27..12d6e6194 100644 --- a/src/context-fns.h +++ b/src/context-fns.h @@ -14,8 +14,8 @@ #include <gdk/gdk.h> #include <2geom/forward.h> -struct SPDesktop; -struct SPItem; +class SPDesktop; +class SPItem; struct SPEventContext; const double goldenratio = 1.61803398874989484820; // golden ratio |
