summaryrefslogtreecommitdiff
path: root/test/utf8.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/utf8.cxx')
-rw-r--r--test/utf8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utf8.cxx b/test/utf8.cxx
index cfb41052a..f4b8ff3c7 100644
--- a/test/utf8.cxx
+++ b/test/utf8.cxx
@@ -480,7 +480,7 @@ void box_cb(Fl_Widget* o, void*) {
class right_left_input : public Fl_Input
{
public:
- right_left_input (int x, int y, int w, int h) : Fl_Input(x, y, w, h) {};
+ right_left_input (int x, int y, int w, int h) : Fl_Input(x, y, w, h) {}
void draw() {
if (type() == FL_HIDDEN_INPUT) return;
Fl_Boxtype b = box();