diff options
Diffstat (limited to 'project2/common/presenter.cpp')
-rw-r--r-- | project2/common/presenter.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project2/common/presenter.cpp b/project2/common/presenter.cpp index b8fc545..becfb50 100644 --- a/project2/common/presenter.cpp +++ b/project2/common/presenter.cpp @@ -115,3 +115,8 @@ MultiRowSetPresenter::setNamespace(const Glib::ustring &, const Glib::ustring &) { } +void +MultiRowSetPresenter::finalizeContent() const +{ +} + |