Skip to content

Commit 24ec8c9

Browse files
committed
Fix TableViewBase breaking UI ABI
1 parent b86fb19 commit 24ec8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/tableviewbase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/// - Moveable, resizeable columns with saved state
1414
/// - QSettings save to Tables/<viewName>/<Suffix>
1515
/// - Reset columns context menu action
16-
class TableViewBase: public QTableView {
16+
class BINARYNINJAUIAPI TableViewBase: public QTableView {
1717
Q_OBJECT
1818

1919
public:

0 commit comments

Comments
 (0)