some fix i think?

This commit is contained in:
HJfod 2022-03-21 22:22:26 +02:00
parent b870fc6a83
commit ecd13c66a8

View file

@ -73,8 +73,8 @@ namespace geode {
public:
static inline Log get();
Log(Mod* m) : m_logptr(new LogPtr(m)) {}
Log() : Log(nullptr) {}
inline Log(Mod* m) : m_logptr(new LogPtr(m)) {}
inline Log() : Log(nullptr) {}
Log& operator<<(ostream_fn_type);