diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-10 19:27:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-11 00:32:22 +0100 |
| commit | bd7f4bbde17d2087ba4c4bddf6439b3df869b1db (patch) | |
| tree | e0efb8cd5c09f1cd8b9f232a78ffcbc05bce6e9c /src/wx/content_advanced_dialog.cc | |
| parent | 3edab5ad8843b0a96ffd151bf74bc32c053f3f28 (diff) | |
Fix lots of macOS warnings by using a different boost/bind include.
Diffstat (limited to 'src/wx/content_advanced_dialog.cc')
| -rw-r--r-- | src/wx/content_advanced_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
