mirror of https://github.com/Icinga/icinga2.git
Make copy constructor private for the Log class
This commit is contained in:
parent
b6ca140ee2
commit
81e821b60c
|
@ -137,6 +137,7 @@ private:
|
|||
std::ostringstream m_Buffer;
|
||||
|
||||
Log(void);
|
||||
Log(const Log& other);
|
||||
Log& operator=(const Log& rhs);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue