vnote/src/vtoc.cpp
Le Tan 849fdf05bd support synchronization between preview page and outline
Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-11-08 23:21:22 +08:00

7 lines
82 B
C++

#include "vtoc.h"
VToc::VToc()
: type(VHeaderType::Anchor), valid(false)
{
}