fixed type_name() signature

This commit is contained in:
Niels 2016-07-01 17:26:09 +02:00
parent 28644bada0
commit bd7cd330cd
2 changed files with 2 additions and 2 deletions

View file

@ -5801,7 +5801,7 @@ class basic_json
///////////////////////////
/// return the type as string
string_t type_name() const noexcept
std::string type_name() const
{
switch (m_type)
{

View file

@ -5801,7 +5801,7 @@ class basic_json
///////////////////////////
/// return the type as string
string_t type_name() const noexcept
std::string type_name() const
{
switch (m_type)
{