Skip to content
Commit 9d3d9e1d authored by David Faure's avatar David Faure
Browse files

Fix clang warning about the ObjectTreeSourceIf vtable being emitted in every translation unit.

Summary:
Pure interfaces don't get treated well by C++ compilers, better have a .cpp file for the dtor.
This required moving the header to one of the actual libs (viewer, since it's only used there).

Test Plan: Compiles

Reviewers: knauss, #kde_pim

Reviewed By: knauss, #kde_pim

Subscribers: knauss

Differential Revision: https://phabricator.kde.org/D1376
parents c45e7769 732ba12b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment