From d865b871337132919a8f9b7a8d95aa8d659d11e3 Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Wed, 6 Nov 2024 13:23:56 -0700 Subject: [PATCH] Fix namesapce for types in GTest --- src/alfalfa/test/AlfalfaJSON_GTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/alfalfa/test/AlfalfaJSON_GTest.cpp b/src/alfalfa/test/AlfalfaJSON_GTest.cpp index e51b7a0219..eca8a69338 100644 --- a/src/alfalfa/test/AlfalfaJSON_GTest.cpp +++ b/src/alfalfa/test/AlfalfaJSON_GTest.cpp @@ -312,8 +312,8 @@ class InputComponent : public AlfalfaComponentBase return AlfalfaComponentCapability::Input; } - openstudio::alfalfa::AlfalfaComponentType type() const override { - return openstudio::alfalfa::AlfalfaComponentType::Constant; + AlfalfaComponentType type() const override { + return AlfalfaComponentType::Constant; } std::unique_ptr clone() const override {