Code

Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pair
[inkscape.git] / src / extension / extension-forward.h
1 #ifndef SEEN_EXTENSION_FORWARD_H
2 #define SEEN_EXTENSION_FORWARD_H
4 namespace Inkscape {
5 namespace Extension {
7 class Effect;
8 class Extension;
9 class Input;
10 class Output;
11 class Print;
13 class Dependency;
14 class Parameter;
15 class ExpirationTimer;
17 namespace Implementation {
18 class Implementation;
19 }
21 } }
23 #endif /* !SEEN_EXTENSION_FORWARD_H */
25 /*
26   Local Variables:
27   mode:c++
28   c-file-style:"stroustrup"
29   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
30   indent-tabs-mode:nil
31   fill-column:99
32   End:
33 */
34 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :