1 2 3 4 5 6 7 8 9 10 11
#include "pch.h" #include "Links.h" using namespace mupdfwinrt; Links::Links(void) { this->uri = nullptr; this->page_num = -1; this->type = NOT_SET; }