Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
belle-sip
Commits
445c1364
Commit
445c1364
authored
Jan 13, 2014
by
Guillaume Beraudo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix object declaration
Newer gcc forbids ";;"
parent
0780668e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/belle-sip/object.h
include/belle-sip/object.h
+1
-1
No files found.
include/belle-sip/object.h
View file @
445c1364
...
...
@@ -419,7 +419,7 @@ belle_sip_object_pool_t * belle_sip_object_pool_get_current();
int
belle_sip_object_pool_cleanable
(
belle_sip_object_pool_t
*
pool
);
void
belle_sip_object_pool_clean
(
belle_sip_object_pool_t
*
obj
);
BELLE_SIP_DECLARE_VPTR
(
belle_sip_object_t
)
;
BELLE_SIP_DECLARE_VPTR
(
belle_sip_object_t
)
BELLE_SIP_END_DECLS
...
...
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