From 0d1d8526996239be333f37844d756dce051ee54d Mon Sep 17 00:00:00 2001
From: Julien Fausty <julien.fausty@kitware.com>
Date: Wed, 19 Jul 2023 17:09:49 +0200
Subject: [PATCH] ABI: fix vtkValueFromString

---
 Common/Core/vtkValueFromString.cxx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Common/Core/vtkValueFromString.cxx b/Common/Core/vtkValueFromString.cxx
index 9e619a87a5c..84dbba3a39f 100644
--- a/Common/Core/vtkValueFromString.cxx
+++ b/Common/Core/vtkValueFromString.cxx
@@ -29,6 +29,8 @@ PURPOSE.  See the above copyright notice for more information.
  * scnlib is licensed under the Apache License, version 2.0.
  * Copyright (c) 2017 Elias Kosunen
  */
+
+VTK_ABI_NAMESPACE_BEGIN
 namespace Impl
 {
 // clang-format off
-- 
GitLab