From 5faed7961e380218715dec4835e6d53b8d704670 Mon Sep 17 00:00:00 2001 From: Nathan Young <92858834+TactfulDeity@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:56:03 -0500 Subject: [PATCH] revert using declaration in yaehmop to pass asan Signed-off-by: Nathan Young <92858834+TactfulDeity@users.noreply.github.com> --- avogadro/qtplugins/yaehmop/yaehmopout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avogadro/qtplugins/yaehmop/yaehmopout.h b/avogadro/qtplugins/yaehmop/yaehmopout.h index 87ce2b25ec..1f1efa7f26 100644 --- a/avogadro/qtplugins/yaehmop/yaehmopout.h +++ b/avogadro/qtplugins/yaehmop/yaehmopout.h @@ -13,11 +13,11 @@ namespace Avogadro::QtPlugins { -using specialKPoint = struct +typedef struct { QString label; Vector3 coords; -}; +} specialKPoint; // Static class for Yaehmop output class YaehmopOut