BOOST_ASSERT compile fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7723 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-09-09 18:19:34 +00:00
parent fcdb71906b
commit d4b333e698
3 changed files with 7 additions and 3 deletions

View File

@ -23,7 +23,10 @@
#include <qpushbutton.h>
#include <qcombobox.h>
using namespace lyx::support;
#include <boost/assert.hpp>
using lyx::support::LibFileSearch;
BulletsModule::BulletsModule(QWidget * parent, const char * name, WFlags fl)
: BulletsModuleBase(parent, name, fl), tmpbulletset(0)

View File

@ -18,7 +18,7 @@
#include <qlayout.h>
#include <qlistview.h>
using namespace lyx::support;
#include <boost/assert.hpp>
PanelStack::PanelStack(QWidget * parent, const char * name)

View File

@ -24,10 +24,11 @@ extern "C" {
#include "pspell.h"
#include "WordLangTuple.h"
using namespace lyx::support;
#include <boost/assert.hpp>
using std::endl;
PSpell::PSpell(BufferParams const &, string const & lang)
: els(0), spell_error_object(0)
{