X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetLayout.h;h=4706a6d42f4612e046f2dc42511edcd77cf42f08;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=27eae62e563cf5dd25b2b0096fb05477be4c4202;hpb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;p=lyx.git diff --git a/src/insets/InsetLayout.h b/src/insets/InsetLayout.h index 27eae62e56..4706a6d42f 100644 --- a/src/insets/InsetLayout.h +++ b/src/insets/InsetLayout.h @@ -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_; };