diff options
Diffstat (limited to 'src/presenters/Dialog.cpp')
-rw-r--r-- | src/presenters/Dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presenters/Dialog.cpp b/src/presenters/Dialog.cpp index 3f16630..826b9fa 100644 --- a/src/presenters/Dialog.cpp +++ b/src/presenters/Dialog.cpp @@ -21,7 +21,7 @@ namespace gallery { Dialog::Dialog(IRefCountObj &rc) : - Presenter(rc), + GuiPresenter(rc), m_isDismissed(false) { } |