X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetLabel.cpp;h=b0cf6dfcf55e00d05c2c85f55666c8d897b606f5;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=07488dfa6a5c5a9f74a9fecbfd08bf46930daba6;hpb=9abb7db46800e554f57e865a3e768602ffd9d6f1;p=lyx.git diff --git a/src/insets/InsetLabel.cpp b/src/insets/InsetLabel.cpp index 07488dfa6a..b0cf6dfcf5 100644 --- a/src/insets/InsetLabel.cpp +++ b/src/insets/InsetLabel.cpp @@ -23,6 +23,7 @@ #include "support/lyxalgo.h" using namespace std; +using namespace lyx::support; namespace lyx { @@ -88,7 +89,7 @@ void InsetLabel::doDispatch(Cursor & cur, FuncRequest & cmd) int InsetLabel::latex(Buffer const &, odocstream & os, OutputParams const &) const { - os << support::escape(getCommand()); + os << escape(getCommand()); return 0; }