diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/jalv_qt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jalv_qt.cpp b/src/jalv_qt.cpp index 028d412..0f1a2d1 100644 --- a/src/jalv_qt.cpp +++ b/src/jalv_qt.cpp @@ -60,10 +60,10 @@ public: explicit FlowLayout(int margin, int hSpacing, int vSpacing); - FlowLayout(const FlowLayout&) = delete; + FlowLayout(const FlowLayout&) = delete; FlowLayout& operator=(const FlowLayout&) = delete; - FlowLayout(FlowLayout&&) = delete; + FlowLayout(FlowLayout&&) = delete; FlowLayout&& operator=(FlowLayout&&) = delete; ~FlowLayout() override; |