mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
fcdb71906b
commit
d4b333e698
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user