]> git.lyx.org Git - features.git/blobdiff - src/exporter.h
Patches from Angus, Baruch, Dekel (2), and some glue from me.
[features.git] / src / exporter.h
index 26e1a5dad07ae815507ac9b8db949af71ecfcc56..f8c9ac7d45eb49b76fd2e1abc4287b2ab5b82200 100644 (file)
@@ -20,8 +20,8 @@
 #include "LString.h"
 
 class Buffer;
+class FormatPair;
 
-///
 class Exporter {
 public:
        ///
@@ -36,11 +36,11 @@ public:
        bool IsExportable(Buffer const * buffer, string const & format);
        ///
        static
-       std::vector<std::pair<string, string> > const
+       std::vector<FormatPair> const
        GetExportableFormats(Buffer const * buffer);
        ///
        static
-       std::vector<std::pair<string, string> > const
+       std::vector<FormatPair> const
        GetViewableFormats(Buffer const * buffer);
        ///
        static