Amend a6b07608d8, took older patch.

This commit is contained in:
Pavel Sanda 2020-06-15 13:13:00 +02:00
parent a6b07608d8
commit 8e2b18ada9
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -24,7 +24,7 @@
namespace lyx {
docstring const & fontToHtmlTag(xml::FontTypes type);
docstring const fontToHtmlTag(xml::FontTypes type);
class Buffer;
class OutputParams;