AbstractLogger: Make IsStdReplicationEnabled const

This commit is contained in:
Ardakaniz
2016-10-16 18:20:05 +02:00
parent f309cee8d6
commit 64cec3fd01
5 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ namespace Nz
void EnableStdReplication(bool enable) override;
bool IsStdReplicationEnabled() override;
bool IsStdReplicationEnabled() const override;
void Write(const String& string) override;
void WriteError(ErrorType type, const String& error, unsigned int line = 0, const char* file = nullptr, const char* function = nullptr) override;