diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2013-04-04 11:25:25 -0700 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-05-16 19:25:41 +0100 |
commit | 102b040dd98446841acedf944cf2578894b25d0c (patch) | |
tree | 951aba687adc3bd56cca0ca7e43e0eee4bacf9fe /winrt/winapp/LVContents.cpp | |
parent | cb6fcf0d874a8e095a8781751a78cdfb35c10ab3 (diff) | |
download | mupdf-102b040dd98446841acedf944cf2578894b25d0c.tar.xz |
Add missing files related to contents list view.
Diffstat (limited to 'winrt/winapp/LVContents.cpp')
-rw-r--r-- | winrt/winapp/LVContents.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winrt/winapp/LVContents.cpp b/winrt/winapp/LVContents.cpp new file mode 100644 index 00000000..1905c10c --- /dev/null +++ b/winrt/winapp/LVContents.cpp @@ -0,0 +1,9 @@ +#include "pch.h" +#include "LVContents.h" + +using namespace ListViewContents; +LVContents::LVContents(void) +{ + ContentItem = ""; + Page = -1; +} |