summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/builder.cxx')
-rw-r--r--vcl/source/window/builder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 8211c6069c78..63cbe782d435 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -4251,7 +4251,7 @@ void VclBuilder::set_response(const OString& sID, short nResponse)
default:
assert(nResponse >= 100 && "keep non-canned responses in range 100+ to avoid collision with vcl RET_*");
break;
- };
+ }
for (const auto & child : m_aChildren)
{