Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
bb41aeb4
Commit
bb41aeb4
authored
Oct 04, 2017
by
Benjamin REIS
Browse files
remove <<<<<HEAD
parent
ab1e07c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/content/content.cpp
src/content/content.cpp
+0
-1
No files found.
src/content/content.cpp
View file @
bb41aeb4
...
...
@@ -71,7 +71,6 @@ Content &Content::operator= (Content &&src) {
return
*
this
;
}
<<<<<<<
HEAD
bool
Content
::
operator
==
(
const
Content
&
content
)
const
{
L_D
();
return
d
->
contentType
==
content
.
getContentType
()
&&
d
->
body
==
content
.
getBody
()
&&
d
->
contentDisposition
==
content
.
getContentDisposition
();
...
...
Write
Preview
Markdown
is supported
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