]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathMacroTemplate.cpp
Cleanup headers
[features.git] / src / mathed / InsetMathMacroTemplate.cpp
index 7f4358651394707b1447a8cebe4afd471ef9e633..7b24784ae965378a1360dc8162ee0881faaf8a7e 100644 (file)
@@ -216,13 +216,13 @@ Inset * InsetDisplayLabelBox::clone() const
 }
 
 
-InsetMath::marker_type InsetDisplayLabelBox::marker(BufferView const * bv) const
+marker_type InsetDisplayLabelBox::marker(BufferView const * bv) const
 {
        if (parent_.editing(bv)
            || !parent_.cell(parent_.displayIdx()).empty())
-               return MARKER;
+               return marker_type::MARKER;
        else
-               return NO_MARKER;
+               return marker_type::NO_MARKER;
 }