Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: xfa/include/fwl/basewidget/fwl_monthcalendar.h

Issue 1460883002: Make IFWL_Target::m_pImpl a private member. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa/include/fwl/basewidget/fwl_monthcalendar.h
diff --git a/xfa/include/fwl/basewidget/fwl_monthcalendar.h b/xfa/include/fwl/basewidget/fwl_monthcalendar.h
index a7497f01c2e20f259f4bcc4cb299743765a3d1a5..084b7bb270eedc25a8db4fc49b1b0ebeca99e641 100644
--- a/xfa/include/fwl/basewidget/fwl_monthcalendar.h
+++ b/xfa/include/fwl/basewidget/fwl_monthcalendar.h
@@ -128,6 +128,5 @@ class IFWL_MonthCalendar : public IFWL_Widget {
protected:
IFWL_MonthCalendar();
- virtual ~IFWL_MonthCalendar();
};
#endif

Powered by Google App Engine
This is Rietveld 408576698