Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
Gauthier Quesnel
irritator
Commits
67d8c05d
Commit
67d8c05d
authored
Aug 19, 2020
by
Gauthier Quesnel
Browse files
gui: fix warning
parent
6cc070bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/gui/node-editor.cpp
View file @
67d8c05d
...
...
@@ -167,7 +167,7 @@ static const char* dynamics_type_names[] = { "none",
"accumulator_2"
,
"flow"
};
static_assert
(
std
::
size
(
dynamics_type_names
)
==
dynamics_type_size
());
static_assert
(
std
::
size
(
dynamics_type_names
)
==
static_cast
<
sz
>
(
dynamics_type_size
())
)
;
static
window_logger
log_w
;
static
data_array
<
editor
,
editor_id
>
editors
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment