summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-10 19:27:53 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-11 00:32:22 +0100
commitbd7f4bbde17d2087ba4c4bddf6439b3df869b1db (patch)
treee0efb8cd5c09f1cd8b9f232a78ffcbc05bce6e9c /src/wx
parent3edab5ad8843b0a96ffd151bf74bc32c053f3f28 (diff)
Fix lots of macOS warnings by using a different boost/bind include.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/audio_plot.cc2
-rw-r--r--src/wx/closed_captions_dialog.cc2
-rw-r--r--src/wx/content_advanced_dialog.cc2
-rw-r--r--src/wx/download_certificate_panel.cc2
-rw-r--r--src/wx/export_subtitles_dialog.cc2
-rw-r--r--src/wx/export_video_file_dialog.cc2
-rw-r--r--src/wx/gl_video_view.cc2
-rw-r--r--src/wx/i18n_hook.cc2
-rw-r--r--src/wx/instant_i18n_dialog.cc2
-rw-r--r--src/wx/language_tag_dialog.cc2
-rw-r--r--src/wx/markers_dialog.cc2
-rw-r--r--src/wx/player_stress_tester.cc2
-rw-r--r--src/wx/simple_video_view.cc2
-rw-r--r--src/wx/time_picker.cc2
-rw-r--r--src/wx/video_waveform_dialog.cc2
-rw-r--r--src/wx/video_waveform_plot.cc2
16 files changed, 16 insertions, 16 deletions
diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc
index 35f2c93ad..74c10348e 100644
--- a/src/wx/audio_plot.cc
+++ b/src/wx/audio_plot.cc
@@ -25,7 +25,7 @@
#include "lib/audio_analysis.h"
#include "lib/compose.hpp"
#include <wx/graphics.h>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <iostream>
#include <cfloat>
diff --git a/src/wx/closed_captions_dialog.cc b/src/wx/closed_captions_dialog.cc
index e37bd5910..7411fa153 100644
--- a/src/wx/closed_captions_dialog.cc
+++ b/src/wx/closed_captions_dialog.cc
@@ -25,7 +25,7 @@
#include "lib/butler.h"
#include "lib/text_content.h"
#include "lib/compose.hpp"
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
using std::list;
using std::max;
diff --git a/src/wx/content_advanced_dialog.cc b/src/wx/content_advanced_dialog.cc
index 4d1d70129..d170032a4 100644
--- a/src/wx/content_advanced_dialog.cc
+++ b/src/wx/content_advanced_dialog.cc
@@ -36,7 +36,7 @@ DCPOMATIC_DISABLE_WARNINGS
#include <wx/propgrid/property.h>
#include <wx/propgrid/props.h>
DCPOMATIC_ENABLE_WARNINGS
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
using std::string;
diff --git a/src/wx/download_certificate_panel.cc b/src/wx/download_certificate_panel.cc
index 34e6136ae..bbaddeef2 100644
--- a/src/wx/download_certificate_panel.cc
+++ b/src/wx/download_certificate_panel.cc
@@ -26,7 +26,7 @@
#include <dcp/util.h>
#include <dcp/certificate_chain.h>
#include <dcp/exceptions.h>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
using std::string;
using boost::function;
diff --git a/src/wx/export_subtitles_dialog.cc b/src/wx/export_subtitles_dialog.cc
index b2b6a63ed..3fc5dcdb2 100644
--- a/src/wx/export_subtitles_dialog.cc
+++ b/src/wx/export_subtitles_dialog.cc
@@ -27,7 +27,7 @@
DCPOMATIC_DISABLE_WARNINGS
#include <wx/filepicker.h>
DCPOMATIC_ENABLE_WARNINGS
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
using std::string;
diff --git a/src/wx/export_video_file_dialog.cc b/src/wx/export_video_file_dialog.cc
index 062fcc81f..f1b2d2622 100644
--- a/src/wx/export_video_file_dialog.cc
+++ b/src/wx/export_video_file_dialog.cc
@@ -26,7 +26,7 @@
DCPOMATIC_DISABLE_WARNINGS
#include <wx/filepicker.h>
DCPOMATIC_ENABLE_WARNINGS
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
using std::string;
using boost::bind;
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc
index 08b62dee4..e7125501e 100644
--- a/src/wx/gl_video_view.cc
+++ b/src/wx/gl_video_view.cc
@@ -27,7 +27,7 @@
#include "lib/cross.h"
#include "lib/player_video.h"
#include "lib/butler.h"
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <iostream>
#ifdef DCPOMATIC_OSX
diff --git a/src/wx/i18n_hook.cc b/src/wx/i18n_hook.cc
index b2797fa51..827e81bc9 100644
--- a/src/wx/i18n_hook.cc
+++ b/src/wx/i18n_hook.cc
@@ -23,7 +23,7 @@
#include "wx_util.h"
#include "lib/cross.h"
#include <wx/wx.h>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
using std::map;
using std::string;
diff --git a/src/wx/instant_i18n_dialog.cc b/src/wx/instant_i18n_dialog.cc
index e86e48ced..364b4dd18 100644
--- a/src/wx/instant_i18n_dialog.cc
+++ b/src/wx/instant_i18n_dialog.cc
@@ -20,7 +20,7 @@
#include "instant_i18n_dialog.h"
#include "wx_util.h"
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
using boost::bind;
diff --git a/src/wx/language_tag_dialog.cc b/src/wx/language_tag_dialog.cc
index 94e266f2c..245dee2db 100644
--- a/src/wx/language_tag_dialog.cc
+++ b/src/wx/language_tag_dialog.cc
@@ -26,7 +26,7 @@
#include <wx/srchctrl.h>
#include <wx/wx.h>
#include <boost/algorithm/string.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <boost/foreach.hpp>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
diff --git a/src/wx/markers_dialog.cc b/src/wx/markers_dialog.cc
index dba4c0c0e..c8529f108 100644
--- a/src/wx/markers_dialog.cc
+++ b/src/wx/markers_dialog.cc
@@ -28,7 +28,7 @@
#include "lib/film.h"
#include <dcp/types.h>
#include <wx/gbsizer.h>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <iostream>
using std::cout;
diff --git a/src/wx/player_stress_tester.cc b/src/wx/player_stress_tester.cc
index 726db2a70..dfe2d181e 100644
--- a/src/wx/player_stress_tester.cc
+++ b/src/wx/player_stress_tester.cc
@@ -25,7 +25,7 @@
#include <wx/wx.h>
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <string>
#include <vector>
#include <iostream>
diff --git a/src/wx/simple_video_view.cc b/src/wx/simple_video_view.cc
index 117eee218..808f885f8 100644
--- a/src/wx/simple_video_view.cc
+++ b/src/wx/simple_video_view.cc
@@ -27,7 +27,7 @@
#include "lib/butler.h"
#include <dcp/util.h>
#include <wx/wx.h>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
using std::max;
using std::string;
diff --git a/src/wx/time_picker.cc b/src/wx/time_picker.cc
index 0d9668d7b..966671be9 100644
--- a/src/wx/time_picker.cc
+++ b/src/wx/time_picker.cc
@@ -23,7 +23,7 @@
#include "static_text.h"
#include <dcp/locale_convert.h>
#include <wx/spinctrl.h>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <iomanip>
using std::setfill;
diff --git a/src/wx/video_waveform_dialog.cc b/src/wx/video_waveform_dialog.cc
index 3603c5dd2..e61043cc1 100644
--- a/src/wx/video_waveform_dialog.cc
+++ b/src/wx/video_waveform_dialog.cc
@@ -23,7 +23,7 @@
#include "film_viewer.h"
#include "wx_util.h"
#include "static_text.h"
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <iostream>
using std::cout;
diff --git a/src/wx/video_waveform_plot.cc b/src/wx/video_waveform_plot.cc
index 866f5f568..edec4d6eb 100644
--- a/src/wx/video_waveform_plot.cc
+++ b/src/wx/video_waveform_plot.cc
@@ -29,7 +29,7 @@
#include <dcp/openjpeg_image.h>
#include <wx/rawbmp.h>
#include <wx/graphics.h>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <iostream>
using std::cout;