mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-02 13:20:12 +00:00
Fix base/thread.h header guard name.
This commit is contained in:
parent
db71acbb16
commit
67e67022fa
@ -4,8 +4,8 @@
|
|||||||
// This source file is ditributed under a BSD-like license, please
|
// This source file is ditributed under a BSD-like license, please
|
||||||
// read LICENSE.txt for more information.
|
// read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef GUI_THREAD_H_INCLUDED
|
#ifndef BASE_THREAD_H_INCLUDED
|
||||||
#define GUI_THREAD_H_INCLUDED
|
#define BASE_THREAD_H_INCLUDED
|
||||||
|
|
||||||
namespace base { // Based on C++0x threads lib
|
namespace base { // Based on C++0x threads lib
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user