Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
c399c90a
Commit
c399c90a
authored
10 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
plugin_manager: fix missing return error
Refs #35083 Change-Id: I8de2439090a36a4aae8451c897d8168dc19cdf65
parent
cd61af60
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
daemon/src/plugin_manager.h
+1
-1
1 addition, 1 deletion
daemon/src/plugin_manager.h
with
1 addition
and
1 deletion
daemon/src/plugin_manager.h
+
1
−
1
View file @
c399c90a
...
@@ -58,7 +58,7 @@ public:
...
@@ -58,7 +58,7 @@ public:
static
int32_t
registerObject
(
const
SFLPluginAPI
*
api
,
static
int32_t
registerObject
(
const
SFLPluginAPI
*
api
,
const
int8_t
*
type
,
const
int8_t
*
type
,
const
SFLPluginRegisterParams
*
params
)
{
const
SFLPluginRegisterParams
*
params
)
{
static_cast
<
PluginManager
*>
(
api
->
context
)
->
registerObject_
(
type
,
params
);
return
static_cast
<
PluginManager
*>
(
api
->
context
)
->
registerObject_
(
type
,
params
);
}
}
int
load
(
const
std
::
string
&
path
);
int
load
(
const
std
::
string
&
path
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment