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
Plugin-PropertyVis
Commits
783aa1ef
Commit
783aa1ef
authored
Feb 07, 2019
by
Jan Möbius
Browse files
Fixed build error for now
parent
d7b7b413
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utils.hh
View file @
783aa1ef
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
class
TypeInfoWrapper
{
class
TypeInfoWrapper
{
public:
public:
TypeInfoWrapper
(
const
std
::
type_info
&
ti
,
const
char
*
friendlyName
)
:
ti
(
&
ti
),
friendlyName
(
friendlyName
)
{}
TypeInfoWrapper
(
const
std
::
type_info
&
ti
,
const
char
*
friendlyName
)
:
ti
(
&
ti
),
friendlyName
(
friendlyName
)
{}
explicit
TypeInfoWrapper
(
const
std
::
type_info
&
ti
)
:
ti
(
&
ti
),
friendlyName
(
""
)
{}
TypeInfoWrapper
(
const
std
::
type_info
&
ti
)
:
ti
(
&
ti
),
friendlyName
(
""
)
{}
operator
const
std
::
type_info
*
()
const
{
return
ti
;
}
operator
const
std
::
type_info
*
()
const
{
return
ti
;
}
operator
const
std
::
type_info
&
()
const
{
return
*
ti
;
}
operator
const
std
::
type_info
&
()
const
{
return
*
ti
;
}
...
...
Write
Preview
Markdown
is supported
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