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
OpenFlipper-Free
Type-Skeleton
Commits
1218e1ff
Commit
1218e1ff
authored
May 24, 2019
by
Jan Möbius
Browse files
Silence some cppcheck warnings
parent
7cca2abf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ObjectTypes/Skeleton/Properties.hh
View file @
1218e1ff
...
...
@@ -141,9 +141,9 @@ protected:
* Called by the Properties container to keep the indices in sync.
*/
//@{
void
insert_at
(
int
_index
);
void
remove_at
(
int
_index
);
void
clear
();
void
insert_at
(
int
_index
)
override
;
void
remove_at
(
int
_index
)
override
;
void
clear
()
override
;
//@}
protected:
...
...
Write
Preview
Supports
Markdown
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