Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
irritator
Commits
be5c9a2e
Commit
be5c9a2e
authored
Jun 07, 2021
by
Gauthier Quesnel
Browse files
gui: remove inline specifier for extern functions
parent
12c9bf24
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/gui/application.hpp
View file @
be5c9a2e
...
...
@@ -206,16 +206,16 @@ struct top_cluster
}
};
inline
int
int
make_input_node_id
(
const
irt
::
model_id
mdl
,
const
int
port
)
noexcept
;
inline
int
int
make_output_node_id
(
const
irt
::
model_id
mdl
,
const
int
port
)
noexcept
;
inline
std
::
pair
<
irt
::
u32
,
irt
::
u32
>
std
::
pair
<
irt
::
u32
,
irt
::
u32
>
get_model_input_port
(
const
int
node_id
)
noexcept
;
inline
std
::
pair
<
irt
::
u32
,
irt
::
u32
>
std
::
pair
<
irt
::
u32
,
irt
::
u32
>
get_model_output_port
(
const
int
node_id
)
noexcept
;
struct
editor
...
...
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