Fix compile with enable-concept-check.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13714 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-04-22 21:46:32 +00:00
parent 8c0bd3a77b
commit d57250330d
2 changed files with 2 additions and 4 deletions

View File

@ -42,6 +42,8 @@ using std::endl;
namespace lyx {
static TocBackend::Toc empty_toc_;
///////////////////////////////////////////////////////////////////////////
// TocBackend::Item implementation

View File

@ -117,10 +117,6 @@ private:
///
std::vector<std::string> types_;
///
Item const invalid_item_;
///
Toc const empty_toc_;
///
Buffer const * buffer_;
}; // TocBackend