]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLayout.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetLayout.h
index 27eae62e563cf5dd25b2b0096fb05477be4c4202..4706a6d42f4612e046f2dc42511edcd77cf42f08 100644 (file)
@@ -25,20 +25,19 @@ namespace lyx {
 
 class Lexer;
 
-///
-enum InsetDecoration {
-       Deco_Classic,
-       Deco_Minimalistic,
-       Deco_Conglomerate,
-       Deco_Default
-};
-
 ///
 class InsetLayout {
 public:
        ///
        InsetLayout();
        ///
+       enum InsetDecoration {
+               Classic,
+               Minimalistic,
+               Conglomerate,
+               Default
+       };
+       ///
        bool read(Lexer & lexrc);
        ///
        docstring name() const { return name_; };