summaryrefslogtreecommitdiff
path: root/src/gui/widgets/inttextfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/inttextfield.h')
-rw-r--r--src/gui/widgets/inttextfield.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/inttextfield.h b/src/gui/widgets/inttextfield.h
index 1435fcccd..ee031687e 100644
--- a/src/gui/widgets/inttextfield.h
+++ b/src/gui/widgets/inttextfield.h
@@ -48,7 +48,7 @@ class IntTextField final : public TextField
/**
* Returns the value in the text box.
*/
- int getValue() const;
+ int getValue() const A_WARN_UNUSED;
/**
* Reset the field to the default value.