X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsTypes.h;h=50533eb64a222d1b87d4f7d2f83edd53daec9f97;hb=9d00e2ec0a26dba68b90252b7fe8c02e2e448b28;hp=dc6a05bfd611e8ae44c6b3c0c908a3f572014544;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/graphics/GraphicsTypes.h b/src/graphics/GraphicsTypes.h index dc6a05bfd6..50533eb64a 100644 --- a/src/graphics/GraphicsTypes.h +++ b/src/graphics/GraphicsTypes.h @@ -15,7 +15,9 @@ #ifndef GRAPHICSTYPES_H #define GRAPHICSTYPES_H -#include "LString.h" +#include "support/Translator.h" +#include "support/strfwd.h" + namespace lyx { namespace graphics { @@ -63,8 +65,8 @@ enum DisplayType { }; -/// -void setDisplayTranslator(); +/// The translator between the Display enum and corresponding lyx string. +Translator const & displayTranslator(); } // namespace graphics } // namespace lyx