diff options
| author | Peter LaFosse <peter@vector35.com> | 2020-02-12 08:33:24 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2020-02-12 08:33:24 -0500 |
| commit | 9d3ed03b859d95f6859fae32aafeef869fa152c6 (patch) | |
| tree | fd03fb88ebb0ce59fdcd700129723ded37301e6d /ui | |
| parent | 4c557452368554bfd7760ed814488473781af2a6 (diff) | |
make CrossReferenceListModel part of BINARYNINJAUIAPI
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/xreflist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/xreflist.h b/ui/xreflist.h index b2310c4c..393bd4eb 100644 --- a/ui/xreflist.h +++ b/ui/xreflist.h @@ -97,7 +97,7 @@ public: }; -class CrossReferenceListModel : public QAbstractItemModel +class BINARYNINJAUIAPI CrossReferenceListModel : public QAbstractItemModel { Q_OBJECT |
