Update laf to fix problems using LOG(ERROR)

This commit is contained in:
David Capello 2017-09-20 10:22:00 -03:00
parent 2e40353129
commit c7f07fc218
2 changed files with 4 additions and 3 deletions

2
laf

@ -1 +1 @@
Subproject commit 1992817fa854987e85c6071a27a6fc7c9a794391
Subproject commit 55330fa743fae47d055124c7b8a3c22479959786

View File

@ -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 {