Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
f053bfc0
Commit
f053bfc0
authored
Jan 07, 2014
by
Don Gagne
Browse files
Fix -Wnull-conversion warning
parent
888e59bd
Changes
1
Show whitespace changes
Inline
Side-by-side
libs/lib/mac64/include/osgGA/OrbitManipulator
View file @
f053bfc0
...
...
@@ -67,7 +67,7 @@ class OSGGA_EXPORT OrbitManipulator : public StandardManipulator
virtual
void
setWheelZoomFactor
(
double
wheelZoomFactor
);
inline
double
getWheelZoomFactor
()
const
;
virtual
void
setMinimumDistance
(
const
double
&
minimumDistance
,
bool
relativeToModelSize
=
NULL
);
virtual
void
setMinimumDistance
(
const
double
&
minimumDistance
,
bool
relativeToModelSize
=
false
);
double
getMinimumDistance
(
bool
*
relativeToModelSize
=
NULL
)
const
;
virtual
osgUtil
::
SceneView
::
FusionDistanceMode
getFusionDistanceMode
()
const
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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