]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.cpp
Move <algorithm> from DocIterator.h
[lyx.git] / src / mathed / MacroTable.cpp
index af974059494cafb9a0088d9716b3d2b8c1dc01d7..2a4899a258a788336dba48a218ae62feb90ddfe2 100644 (file)
@@ -126,6 +126,14 @@ bool MacroData::hidden() const
 }
 
 
+docstring const MacroData::htmlname() const
+{
+       if (sym_)
+               return sym_->htmlname;
+       return docstring();
+}
+
+
 docstring const MacroData::xmlname() const
 {
        if (sym_)