Fix typo.

This commit is contained in:
Relintai 2024-11-17 16:34:22 +01:00
parent 618e22306a
commit e7e91f7aa2

View File

@ -55,7 +55,7 @@ class String;
PLogger::log_important(__FUNCTION__, __FILE__, __LINE__, str); PLogger::log_important(__FUNCTION__, __FILE__, __LINE__, str);
#define PLOG_CUSTOM(category, level, 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 { class PLogger : public Object {
public: public: