mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
Added a comment to the Log file headers that the class is thread safe.
This commit is contained in:
parent
5d5be42918
commit
ccb9380559
|
@ -4,6 +4,7 @@
|
|||
// Log.cpp
|
||||
//
|
||||
// Log output.
|
||||
// This class is thread safe.
|
||||
//
|
||||
|
||||
#include "Log.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
// Log.h
|
||||
//
|
||||
// Log output.
|
||||
// This class is thread safe.
|
||||
//
|
||||
|
||||
#ifndef ES_CORE_LOG_H
|
||||
|
|
Loading…
Reference in a new issue