mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
hotfix : patch osg 3.5.1 to fix compile error on osx
This commit is contained in:
parent
ed8b834e37
commit
0bf15c17bd
13
make/3rdparty/osgearth/osg-3.5.1.patch
vendored
Normal file
13
make/3rdparty/osgearth/osg-3.5.1.patch
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/include/osgViewer/View b/include/osgViewer/View
|
||||
index 472b489..07ef9ce 100644
|
||||
--- a/include/osgViewer/View
|
||||
+++ b/include/osgViewer/View
|
||||
@@ -127,7 +127,7 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter
|
||||
/** Set the View's image pager.*/
|
||||
void setImagePager(osgDB::ImagePager* ip);
|
||||
|
||||
- template<class T> void setImagePager(const osg::ref_ptr<T>* ip) { setImagePager(ip.get()); }
|
||||
+ template<class T> void setImagePager(const osg::ref_ptr<T>& ip) { setImagePager(ip.get()); }
|
||||
|
||||
/** Get the View's image pager.*/
|
||||
osgDB::ImagePager* getImagePager();
|
Loading…
x
Reference in New Issue
Block a user