summaryrefslogtreecommitdiff
path: root/Applications/VisualBuilder/VBForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/VisualBuilder/VBForm.h')
-rw-r--r--Applications/VisualBuilder/VBForm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Applications/VisualBuilder/VBForm.h b/Applications/VisualBuilder/VBForm.h
index 4fa49c0c26..8968719533 100644
--- a/Applications/VisualBuilder/VBForm.h
+++ b/Applications/VisualBuilder/VBForm.h
@@ -25,6 +25,8 @@ public:
Function<void(VBWidget*)> on_widget_selected;
+ void dump();
+
protected:
virtual void paint_event(GPaintEvent&) override;
virtual void second_paint_event(GPaintEvent&) override;