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
OpenMesh
OpenMesh
Commits
75adfa59
Commit
75adfa59
authored
May 11, 2016
by
Jan Möbius
Browse files
Merge branch 'Fixed_clang_warnings' into 'master'
Wrong init order fixed See merge request
!61
parents
c875cac5
d0f26a80
Pipeline
#1702
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Tools/VDPM/VHierarchyWindow.cc
View file @
75adfa59
...
...
@@ -78,7 +78,7 @@ namespace VDPM {
VHierarchyWindow
::
VHierarchyWindow
()
:
vhierarchy_
(
NULL
),
buffer_
(
NULL
),
buffer_min_
(
0
),
buffer_max_
(
0
),
window_min_
(
0
),
window_max_
(
0
),
current_pos_
(
0
)
,
n_shift_
(
0
)
vhierarchy_
(
NULL
),
buffer_
(
NULL
),
buffer_min_
(
0
),
buffer_max_
(
0
),
current_pos_
(
0
)
,
window_min_
(
0
),
window_max_
(
0
),
n_shift_
(
0
)
{
}
...
...
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