summaryrefslogtreecommitdiffstats
path: root/printing/printed_document.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printed_document.cc')
-rw-r--r--printing/printed_document.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/printing/printed_document.cc b/printing/printed_document.cc
index 560f95b..f5989f6 100644
--- a/printing/printed_document.cc
+++ b/printing/printed_document.cc
@@ -303,6 +303,9 @@ PrintedDocument::Mutable::Mutable(PrintedPagesSource* source)
shrink_factor(0) {
}
+PrintedDocument::Mutable::~Mutable() {
+}
+
PrintedDocument::Immutable::Immutable(const PrintSettings& settings,
PrintedPagesSource* source,
int cookie)
@@ -327,4 +330,7 @@ PrintedDocument::Immutable::Immutable(const PrintSettings& settings,
#endif // OS_WIN
}
+PrintedDocument::Immutable::~Immutable() {
+}
+
} // namespace printing