Skip to content

Commit

Permalink
revert using declaration in yaehmop to pass asan
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Young <[email protected]>
  • Loading branch information
TactfulDeity committed Nov 13, 2024
1 parent 4fc3286 commit 5faed79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avogadro/qtplugins/yaehmop/yaehmopout.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

namespace Avogadro::QtPlugins {

using specialKPoint = struct
typedef struct
{
QString label;
Vector3 coords;
};
} specialKPoint;

// Static class for Yaehmop output
class YaehmopOut
Expand Down

0 comments on commit 5faed79

Please sign in to comment.