summarylogtreecommitdiffstats
path: root/boost1.58.patch
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-07-01 12:53:31 +0900
committerBenjamin Chrétien2015-07-01 12:54:22 +0900
commit8bf19153ea4814e8950b33a13394fb0848bc677a (patch)
tree734c96805495b8712143e30ae16dceb044269d51 /boost1.58.patch
parent9306355666329b86c2cb7a8f9f4ee0a11424b378 (diff)
downloadaur-8bf19153ea4814e8950b33a13394fb0848bc677a.tar.gz
Apply patches for Boost and Bullet
Diffstat (limited to 'boost1.58.patch')
-rw-r--r--boost1.58.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/boost1.58.patch b/boost1.58.patch
new file mode 100644
index 000000000000..eaf667e227d4
--- /dev/null
+++ b/boost1.58.patch
@@ -0,0 +1,24 @@
+diff --git a/gazebo/gui/TimePanel.cc b/gazebo/gui/TimePanel.cc
+--- a/gazebo/gui/TimePanel.cc
++++ b/gazebo/gui/TimePanel.cc
+@@ -178,7 +178,7 @@
+ }
+
+ /////////////////////////////////////////////////
+-void TimePanel::OnFullScreen(bool & /*_value*/)
++void TimePanel::OnFullScreen(bool /*_value*/)
+ {
+ /*if (_value)
+ this->hide();
+diff --git a/gazebo/gui/TimePanel.hh b/gazebo/gui/TimePanel.hh
+--- a/gazebo/gui/TimePanel.hh
++++ b/gazebo/gui/TimePanel.hh
+@@ -66,7 +66,7 @@
+ /// \brief Called when the GUI enters/leaves full-screen mode.
+ /// \param[in] _value True when entering full screen, false when
+ /// leaving.
+- private: void OnFullScreen(bool &_value);
++ private: void OnFullScreen(bool _value);
+
+ /// \brief Called when a world stats message is received.
+ /// \param[in] _msg World statistics message.