]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsTypes.h
the AM_* flags patch
[lyx.git] / src / graphics / GraphicsTypes.h
index dc6a05bfd611e8ae44c6b3c0c908a3f572014544..1b34eabd77d535603e4aaa1cc4de85f8fe6aea5b 100644 (file)
@@ -15,7 +15,8 @@
 #ifndef GRAPHICSTYPES_H
 #define GRAPHICSTYPES_H
 
-#include "LString.h"
+#include "support/translator.h"
+
 
 namespace lyx {
 namespace graphics {
@@ -63,8 +64,8 @@ enum DisplayType {
 };
 
 
-///
-void setDisplayTranslator();
+/// The translator between the Display enum and corresponding lyx string.
+Translator<DisplayType, std::string> const & displayTranslator();
 
 } // namespace graphics
 } // namespace lyx