]> git.lyx.org Git - lyx.git/blobdiff - src/counters.C
More 'standard conformant blurb' nonsense.
[lyx.git] / src / counters.C
index 094dcd8bf7937e856de8730a8b1c33ab5186aaa9..a69b6a3c086e692148f6455af0ca56355fc70e68 100644 (file)
@@ -18,6 +18,8 @@
 #include "support/lstrings.h"
 #include "support/LAssert.h"
 
+using namespace lyx::support;
+
 using std::endl;
 using std::vector;
 
@@ -169,7 +171,7 @@ void Counters::reset()
 
 void Counters::reset(string const & match)
 {
-       lyx::Assert(!match.empty());
+       Assert(!match.empty());
 
        CounterList::iterator it = counterList.begin();
        CounterList::iterator end = counterList.end();