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
fa57b1de
Commit
fa57b1de
authored
Oct 27, 2015
by
Jan Möbius
Browse files
Changed order of typedefs
parent
bb740e72
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Core/Mesh/ArrayKernel.hh
View file @
fa57b1de
...
...
@@ -642,8 +642,8 @@ public:
class
AutoStatusSetT
:
public
StatusSetT
<
HandleT
>
{
private:
typedef
StatusSetT
<
Handle
>
Base
;
typedef
HandleT
Handle
;
typedef
StatusSetT
<
Handle
>
Base
;
public:
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