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
354cd069
Commit
354cd069
authored
Aug 07, 2017
by
Simon Morlat
Browse files
fix compilation issue with g++ 5
parent
bcb6128c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/cpim/header/cpim-generic-header.cpp
src/cpim/header/cpim-generic-header.cpp
+3
-1
No files found.
src/cpim/header/cpim-generic-header.cpp
View file @
354cd069
...
...
@@ -32,8 +32,10 @@ using namespace LinphonePrivate;
class
Cpim
::
GenericHeaderPrivate
:
public
HeaderPrivate
{
public:
GenericHeaderPrivate
()
:
parameters
(
make_shared
<
list
<
pair
<
string
,
string
>
>
>
()){
}
string
name
;
shared_ptr
<
list
<
pair
<
string
,
string
>
>
>
parameters
=
make_shared
<
list
<
pair
<
string
,
string
>
>
>
()
;
shared_ptr
<
list
<
pair
<
string
,
string
>
>
>
parameters
;
};
Cpim
::
GenericHeader
::
GenericHeader
()
:
Header
(
*
new
GenericHeaderPrivate
)
{}
...
...
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