summarylogtreecommitdiffstats
path: root/boost1.58.patch
diff options
context:
space:
mode:
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.