mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 08:27:18 +01:00
Fix typo.
This commit is contained in:
parent
618e22306a
commit
e7e91f7aa2
@ -55,7 +55,7 @@ class String;
|
||||
PLogger::log_important(__FUNCTION__, __FILE__, __LINE__, str);
|
||||
|
||||
#define PLOG_CUSTOM(category, level, str) \
|
||||
PLogger::log_important(category, level, __FUNCTION__, __FILE__, __LINE__, str);
|
||||
PLogger::log_custom(category, level, __FUNCTION__, __FILE__, __LINE__, str);
|
||||
|
||||
class PLogger : public Object {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user