FileLogger: Make IsTimeLoggingEnabled const
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Nz
|
||||
* \return true If logging of the time is enabled
|
||||
*/
|
||||
|
||||
bool FileLogger::IsTimeLoggingEnabled()
|
||||
bool FileLogger::IsTimeLoggingEnabled() const
|
||||
{
|
||||
return m_timeLoggingEnabled;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user