mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 04:13:50 +00:00
Update laf to fix problems using LOG(ERROR)
This commit is contained in:
parent
2e40353129
commit
c7f07fc218
2
laf
2
laf
@ -1 +1 @@
|
||||
Subproject commit 1992817fa854987e85c6071a27a6fc7c9a794391
|
||||
Subproject commit 55330fa743fae47d055124c7b8a3c22479959786
|
@ -1,5 +1,5 @@
|
||||
// Aseprite Config Library
|
||||
// Copyright (c) 2014-2016 David Capello
|
||||
// Copyright (c) 2014-2017 David Capello
|
||||
//
|
||||
// This file is released under the terms of the MIT license.
|
||||
// Read LICENSE.txt for more information.
|
||||
@ -11,7 +11,6 @@
|
||||
#include "cfg/cfg.h"
|
||||
|
||||
#include "base/file_handle.h"
|
||||
#include "base/log.h"
|
||||
#include "base/string.h"
|
||||
|
||||
#include <cstdlib>
|
||||
@ -20,6 +19,8 @@
|
||||
|
||||
#include "SimpleIni.h"
|
||||
|
||||
#include "base/log.h"
|
||||
|
||||
namespace cfg {
|
||||
|
||||
class CfgFile::CfgFileImpl {
|
||||
|
Loading…
Reference in New Issue
Block a user