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
ea7d9ca5
Commit
ea7d9ca5
authored
Oct 27, 2015
by
Jan Möbius
Browse files
Merge branch 'template_StatusT_bugfix' into 'master'
Changed order of typedefs See merge request
!13
parents
bb740e72
fa57b1de
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Core/Mesh/ArrayKernel.hh
View file @
ea7d9ca5
...
@@ -642,8 +642,8 @@ public:
...
@@ -642,8 +642,8 @@ public:
class
AutoStatusSetT
:
public
StatusSetT
<
HandleT
>
class
AutoStatusSetT
:
public
StatusSetT
<
HandleT
>
{
{
private:
private:
typedef
StatusSetT
<
Handle
>
Base
;
typedef
HandleT
Handle
;
typedef
HandleT
Handle
;
typedef
StatusSetT
<
Handle
>
Base
;
public:
public:
AutoStatusSetT
(
ArrayKernel
&
_kernel
)
AutoStatusSetT
(
ArrayKernel
&
_kernel
)
...
...
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