]> git.lyx.org Git - features.git/blobdiff - src/insets/insetquotes.C
introduce namespace lyx::support
[features.git] / src / insets / insetquotes.C
index 22eafe7cb0aa51601210322f57d220e9ec20ee8e..14097c37de270fa80d734c262c0b1df246ddfa62 100644 (file)
@@ -29,6 +29,8 @@
 #include "support/LAssert.h"
 #include "support/lstrings.h"
 
+using namespace lyx::support;
+
 using std::ostream;
 using std::endl;
 
@@ -243,7 +245,7 @@ int InsetQuotes::latex(Buffer const * buf, ostream & os,
 {
        // How do we get the local language here??
        lyx::pos_type curr_pos = parOwner()->getPositionOfInset(this);
-       lyx::Assert(curr_pos != -1);
+       Assert(curr_pos != -1);
 
 #warning FIXME. We _must_ find another way to get the language. (Lgb)
 #if 0