mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:20:04 +00:00
Boost.Log -> spdlog - config, gl, manager
This commit is contained in:
parent
40ef43ed30
commit
15bc3afc87
7 changed files with 51 additions and 68 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include <scwx/qt/gl/draw/draw_item.hpp>
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
#include <string>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
|
|
@ -11,7 +11,7 @@ namespace gl
|
|||
namespace draw
|
||||
{
|
||||
|
||||
static const std::string logPrefix_ = "[scwx::qt::gl::draw::draw_item] ";
|
||||
static const std::string logPrefix_ = "scwx::qt::gl::draw::draw_item";
|
||||
|
||||
class DrawItemImpl
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue