From e76dd9915f1e0d580d4a51d321e5a58ad7230a2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= <timothee.couble@kitware.com>
Date: Wed, 1 Feb 2023 16:14:37 +0100
Subject: [PATCH] [fix] Fix -pedantic warnings and bump LVCore

---
 Application/vvMainWindow.h | 2 +-
 LVCore                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Application/vvMainWindow.h b/Application/vvMainWindow.h
index f1298be8f..1c3bdda40 100644
--- a/Application/vvMainWindow.h
+++ b/Application/vvMainWindow.h
@@ -42,7 +42,7 @@ protected Q_SLOTS:
   void toggleMVDecoration(); // Toggle Multiview decorations
 
 private:
-  Q_DISABLE_COPY(vvMainWindow);
+  Q_DISABLE_COPY(vvMainWindow)
 
   class pqInternals;
   pqInternals* Internals;
diff --git a/LVCore b/LVCore
index 348b351a2..238105e9f 160000
--- a/LVCore
+++ b/LVCore
@@ -1 +1 @@
-Subproject commit 348b351a2ceca7da0a678af58c80ee1632c9f2f4
+Subproject commit 238105e9f4a184090d9f4440a690c12b523572d5
-- 
GitLab