summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/LVContents.cpp
blob: 1905c10cd608267e37906be7b83709e6ebc55aa5 (plain)
1
2
3
4
5
6
7
8
9
#include "pch.h"
#include "LVContents.h"

using namespace ListViewContents;
LVContents::LVContents(void)
{
  ContentItem = "";
  Page = -1;
}