mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Amend a6b07608d8
, took older patch.
This commit is contained in:
parent
a6b07608d8
commit
8e2b18ada9
@ -45,7 +45,7 @@ using namespace lyx::support;
|
||||
namespace lyx {
|
||||
|
||||
|
||||
docstring const & fontToHtmlTag(xml::FontTypes type)
|
||||
docstring const fontToHtmlTag(xml::FontTypes type)
|
||||
{
|
||||
switch(type) {
|
||||
case xml::FontTypes::FT_EMPH:
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
namespace lyx {
|
||||
|
||||
docstring const & fontToHtmlTag(xml::FontTypes type);
|
||||
docstring const fontToHtmlTag(xml::FontTypes type);
|
||||
|
||||
class Buffer;
|
||||
class OutputParams;
|
||||
|
Loading…
Reference in New Issue
Block a user