MSVC2013 constexpr to const

This commit is contained in:
Abdullah Tahiri
2019-04-22 19:08:31 +02:00
committed by abdullahtahiriyo
parent 2c6f941644
commit b406677cc0

View File

@@ -495,7 +495,7 @@ class BaseExport ConsoleSingleton
{
public:
static constexpr unsigned int BufferSize = 4024;
static const unsigned int BufferSize = 4024;
// exported functions goes here +++++++++++++++++++++++++++++++++++++++
/// Prints a Message
virtual void Message ( const char * pMsg, ... ) ;