Skip to content

Commit

Permalink
Missing symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 19, 2023
1 parent d911376 commit 110fa13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/AddressableItemModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

#include <stdexcept>

AddressableItemModelI::~AddressableItemModelI() {
/* nothing to see */
}

AddressableFilterProxyModel::AddressableFilterProxyModel(AddressableItemModelI *sourceModel,
QObject *parent) :
AddressableItemModel<QSortFilterProxyModel>(parent)
Expand Down

0 comments on commit 110fa13

Please sign in to comment.