Don't pollute global namespace with boost bind placeholders (#2272)

This commit is contained in:
pajlada 2020-12-13 13:18:12 +01:00 committed by GitHub
parent 1d593654c8
commit ddcad4607c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
#include <QLinearGradient>
#include <QMimeData>
#include <QPainter>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
namespace chatterino {
namespace {