X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FPreamble.h;h=3216c3cc6d697edab7c766bed8a293903af427cb;hb=e15d3d35cba7266d8a1a22c7e4cd92d12599e103;hp=ecb0be17189dd8d38cc341a5eebc130a5e0a5ebb;hpb=4061e5bbdb476da7f646ab44a123cf6be15eaa74;p=lyx.git diff --git a/src/tex2lyx/Preamble.h b/src/tex2lyx/Preamble.h index ecb0be1718..3216c3cc6d 100644 --- a/src/tex2lyx/Preamble.h +++ b/src/tex2lyx/Preamble.h @@ -39,7 +39,7 @@ public: /// std::string notefontcolor() const { return h_notefontcolor; } /// - std::string refstyle() const { return h_use_refstyle; } + bool refstyle() const { return h_use_refstyle; } /// bool fontCJKSet() const { return h_font_cjk_set; } /// @@ -192,7 +192,7 @@ private: std::map h_use_packages; std::string h_use_default_options; std::string h_use_hyperref; - std::string h_use_refstyle; + bool h_use_refstyle; /*! * Add package \p name with options \p options to used_packages.