mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +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
|
struct Hyperlink : public ContainerTag
|
||||||
{
|
{
|
||||||
using value_type = typename linktag::value_type;
|
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:
|
public:
|
||||||
operator value_type() const { return val; }
|
operator value_type() const { return val; }
|
||||||
|
|||||||
Reference in New Issue
Block a user