X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fdialog%2Ffiledialog.h;h=75c6f008073c4517a4dd1c17fd88c6c6f4eb129c;hb=11a7559367dd1824198fe3b75e6d6ceb208ea1b7;hp=5499603d3926a5481108a34cd907cb39a6f6606c;hpb=08be22f20985e3183bec96c9fb5e74d502f99e0b;p=inkscape.git diff --git a/src/ui/dialog/filedialog.h b/src/ui/dialog/filedialog.h index 5499603d3..75c6f0080 100644 --- a/src/ui/dialog/filedialog.h +++ b/src/ui/dialog/filedialog.h @@ -16,10 +16,15 @@ #include #include +#include +namespace Inkscape { +namespace Extension { +class Extension; +} +} -class Inkscape::Extension::Extension; namespace Inkscape @@ -30,6 +35,7 @@ namespace Dialog { + /** * Used for setting filters and options, and * reading them back from user selections. @@ -53,7 +59,6 @@ typedef enum { */ typedef struct FileOpenNativeData_def FileOpenNativeData; - /** * This class provides an implementation-independent API for * file "Open" dialogs. Using a standard interface obviates the need