aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/PlatCocoa.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm
index 8e4323dca..d01c73da6 100644
--- a/cocoa/PlatCocoa.mm
+++ b/cocoa/PlatCocoa.mm
@@ -1680,6 +1680,7 @@ public:
delegate = lbDelegate;
}
void SetList(const char *list, char separator, char typesep) override;
+ void SetOptions(ListOptions options_) override;
// To clean up when closed
void ReleaseViews();
@@ -1866,6 +1867,9 @@ void ListBoxImpl::SetList(const char *list, char separator, char typesep) {
[table reloadData];
}
+void ListBoxImpl::SetOptions(ListOptions) {
+}
+
int ListBoxImpl::Length() {
return ld.Length();
}