summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Input_Choice.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_Input_Choice.H b/FL/Fl_Input_Choice.H
index 1a2d78372..344827ed1 100644
--- a/FL/Fl_Input_Choice.H
+++ b/FL/Fl_Input_Choice.H
@@ -96,6 +96,9 @@ public:
void add(const char *s) {
menu_->add(s);
}
+ int changed() const {
+ return inp_->changed();
+ }
void clear() {
menu_->clear();
}