Skip to content

Commit ef4ea37

Browse files
committed
Fix build again.
1 parent 9e94338 commit ef4ea37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Common/Qt/Options/SimpleIntegerWidget.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,11 @@ template class SimpleIntegerOptionWidget<int32_t>;
136136
template class SimpleIntegerOptionWidget<int64_t>;
137137

138138

139+
// This is stupid.
140+
#ifdef __APPLE__
141+
template class SimpleIntegerCellWidget<size_t>;
142+
template class SimpleIntegerOptionWidget<size_t>;
143+
#endif
144+
145+
139146
}

0 commit comments

Comments
 (0)