mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Don't pollute global namespace with boost bind placeholders (#2272)
This commit is contained in:
parent
1d593654c8
commit
ddcad4607c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
#include <QLinearGradient>
|
||||
#include <QMimeData>
|
||||
#include <QPainter>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
|
||||
namespace chatterino {
|
||||
namespace {
|
||||
|
|
Loading…
Reference in a new issue