diff options
Diffstat (limited to 'src/tweak-context.h')
| -rw-r--r-- | src/tweak-context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tweak-context.h b/src/tweak-context.h index a4567ce6f..cb1cf301b 100644 --- a/src/tweak-context.h +++ b/src/tweak-context.h @@ -21,6 +21,9 @@ #define SP_IS_TWEAK_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), SP_TYPE_TWEAK_CONTEXT)) #define SP_IS_TWEAK_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE((k), SP_TYPE_TWEAK_CONTEXT)) +class SPTweakContext; +class SPTweakContextClass; + #define SAMPLING_SIZE 8 /* fixme: ?? */ #define TC_MIN_PRESSURE 0.0 |
