]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetLabel.cpp
index 07488dfa6a5c5a9f74a9fecbfd08bf46930daba6..b0cf6dfcf55e00d05c2c85f55666c8d897b606f5 100644 (file)
@@ -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;
 }