How did this even build in VS???? (don't kill me shauren) (f9e7dbd follow-up)

This commit is contained in:
Treeston
2020-08-17 00:55:19 +02:00
parent f9e7dbd8b4
commit 1aeb7a0980

View File

@@ -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; }