]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsTypes.C
namespace grfx -> lyx::graphics
[features.git] / src / graphics / GraphicsTypes.C
index 423e5da2fa2cdc9bb0be2fe0eca401af8ed6922c..bb79a8b3a3549138adcde7322074fe2627e826e9 100644 (file)
@@ -14,7 +14,8 @@
 #include "graphics/GraphicsTypes.h"
 
 
-namespace grfx {
+namespace lyx {
+namespace graphics {
 
 /// The translator between the Display enum and corresponding lyx string.
 Translator<DisplayType, string> displayTranslator(DefaultDisplay, "default");
@@ -41,4 +42,5 @@ void setDisplayTranslator()
        }
 }
 
-} // namespace grfx
+} // namespace graphics
+} // namespace lyx