From 91dc63a4faa47058b5be11b468e8da4e8a87d6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Gerdin=20B=C3=B6rjesson?= Date: Fri, 23 Jan 2026 12:32:13 +0100 Subject: [PATCH] Fix ORE-Swig build failure due to outdated reference --- ORE-SWIG/OREData-SWIG/SWIG/ored_volcurves.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ORE-SWIG/OREData-SWIG/SWIG/ored_volcurves.i b/ORE-SWIG/OREData-SWIG/SWIG/ored_volcurves.i index 68bac497a0..0d8dbfbc91 100644 --- a/ORE-SWIG/OREData-SWIG/SWIG/ored_volcurves.i +++ b/ORE-SWIG/OREData-SWIG/SWIG/ored_volcurves.i @@ -62,7 +62,7 @@ class SwaptionVolCurve : public GenericYieldVolCurve { %template(GeneralizedBlackScholesProcessVector) std::vector >; %shared_ptr(LocalVolModelBuilder) -class LocalVolModelBuilder : public BlackScholesModelBuilderBase { +class LocalVolModelBuilder : public AssetModelBuilderBase { public: enum class Type { Dupire, DupireFloored, AndreasenHuge }; LocalVolModelBuilder(const std::vector>& curves,