]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsTypes.h
namespace grfx -> lyx::graphics
[features.git] / src / graphics / GraphicsTypes.h
index 7dc58035b416d5d1273b7f7be8c0f81e04d85e5a..5893c529e0a443b5841d3846e2f12fb65b0edfa3 100644 (file)
@@ -18,7 +18,8 @@
 #include "LString.h"
 #include "support/translator.h"
 
-namespace grfx {
+namespace lyx {
+namespace graphics {
 
 /// The status of the loading process
 enum ImageStatus {
@@ -68,6 +69,7 @@ extern Translator<DisplayType, string> displayTranslator;
 ///
 void setDisplayTranslator();
 
-} // namespace grfx
+} // namespace graphics
+} // namespace lyx
 
 #endif // GRAPHICSTYPES_H