Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
4c6730c8
Commit
4c6730c8
authored
Jun 07, 2019
by
Adrien Béraud
Browse files
logger: delete default-deleted copy constructor
Change-Id: Ic777cac2c30081ddb4f7623f718f072af7961726
parent
2473cb56
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/logger.h
View file @
4c6730c8
...
...
@@ -102,7 +102,7 @@ public:
,
linefeed_
{
linefeed
}
{}
Logger
()
=
delete
;
Logger
(
const
Logger
&
)
=
de
fault
;
Logger
(
const
Logger
&
)
=
de
lete
;
Logger
(
Logger
&&
)
=
default
;
~
Logger
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment