mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
How did this even build in VS???? (don't kill me shauren) (f9e7dbd follow-up)
This commit is contained in:
@@ -77,7 +77,7 @@ namespace Trinity::ChatCommands
|
||||
struct Hyperlink : public ContainerTag
|
||||
{
|
||||
using value_type = typename linktag::value_type;
|
||||
using storage_type = typedef advstd::remove_cvref_t<value_type>;
|
||||
using storage_type = advstd::remove_cvref_t<value_type>;
|
||||
|
||||
public:
|
||||
operator value_type() const { return val; }
|
||||
|
||||
Reference in New Issue
Block a user