mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
7 lines
82 B
C++
7 lines
82 B
C++
#include "vtoc.h"
|
|
|
|
VToc::VToc()
|
|
: type(VHeaderType::Anchor), valid(false)
|
|
{
|
|
}
|