summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/DocumentPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'winrt/mupdf_cpp/DocumentPage.cpp')
-rw-r--r--winrt/mupdf_cpp/DocumentPage.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/winrt/mupdf_cpp/DocumentPage.cpp b/winrt/mupdf_cpp/DocumentPage.cpp
index 637a19a4..ace6138f 100644
--- a/winrt/mupdf_cpp/DocumentPage.cpp
+++ b/winrt/mupdf_cpp/DocumentPage.cpp
@@ -3,15 +3,15 @@
namespace mupdf_cpp
{
- DocumentPage::DocumentPage(void)
- {
- this->Image = nullptr;
- this->Height = 0;
- this->Width = 0;
- this->Zoom = 1.0;
- this->Content = NOTSET;
- _isPropertyChangedObserved = false;
- }
+ DocumentPage::DocumentPage(void)
+ {
+ this->Image = nullptr;
+ this->Height = 0;
+ this->Width = 0;
+ this->Zoom = 1.0;
+ this->Content = NOTSET;
+ _isPropertyChangedObserved = false;
+ }
}