diff options
Diffstat (limited to 'Swift/QtUI/FlowLayout.h')
-rw-r--r-- | Swift/QtUI/FlowLayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/FlowLayout.h b/Swift/QtUI/FlowLayout.h index 1453d45..29d527f 100644 --- a/Swift/QtUI/FlowLayout.h +++ b/Swift/QtUI/FlowLayout.h @@ -61,3 +61,3 @@ public: explicit FlowLayout(int margin = -1, int hSpacing = -1, int vSpacing = -1); - ~FlowLayout(); + ~FlowLayout() override; |