Fix compilation with --disable-cxx11
This commit is contained in:
Guillaume Munch 2015-09-20 19:24:45 +02:00
parent 720d8ae58e
commit ec086243df

View File

@ -146,7 +146,7 @@ private:
TocBuilder(){} TocBuilder(){}
/// ///
struct frame { struct frame {
Toc::size_type const pos; Toc::size_type pos;
bool is_captioned; bool is_captioned;
}; };
/// ///