mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-04 14:25:55 -04:00
Make copy constructor private for the Log class
This commit is contained in:
parent
b6ca140ee2
commit
81e821b60c
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ private:
|
|||
std::ostringstream m_Buffer;
|
||||
|
||||
Log(void);
|
||||
Log(const Log& other);
|
||||
Log& operator=(const Log& rhs);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue