]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsBitmap.C
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormMathsBitmap.C
index 1f806424397b851c8a5ce44f29a12834b3f4ffc2..7280b2f091bae7572f05804e0fb60ab63e1a3b53 100644 (file)
 
 #include "ControlMath.h"
 
-#include "support/LAssert.h"
-
-using namespace lyx::support;
 
 using std::max;
 using std::vector;
+using std::string;
 
 
 extern  "C" void C_FormDialogView_CancelCB(FL_OBJECT *, long);
@@ -74,7 +72,7 @@ void FormMathsBitmap::addBitmap(BitmapStore const & bm)
 
 void FormMathsBitmap::build()
 {
-       Assert(bitmaps_.size() > 0);
+       BOOST_ASSERT(bitmaps_.size() > 0);
 
        h_+= 42; // Allow room for a Close button