mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
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:
parent
8c0bd3a77b
commit
d57250330d
@ -42,6 +42,8 @@ using std::endl;
|
||||
|
||||
namespace lyx {
|
||||
|
||||
static TocBackend::Toc empty_toc_;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// TocBackend::Item implementation
|
||||
|
||||
|
@ -117,10 +117,6 @@ private:
|
||||
///
|
||||
std::vector<std::string> types_;
|
||||
///
|
||||
Item const invalid_item_;
|
||||
///
|
||||
Toc const empty_toc_;
|
||||
///
|
||||
Buffer const * buffer_;
|
||||
|
||||
}; // TocBackend
|
||||
|
Loading…
Reference in New Issue
Block a user