MSVC2013 constexpr to const
This commit is contained in:
committed by
abdullahtahiriyo
parent
2c6f941644
commit
b406677cc0
@@ -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, ... ) ;
|
||||
|
||||
Reference in New Issue
Block a user