mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
some fix i think?
This commit is contained in:
parent
b870fc6a83
commit
ecd13c66a8
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue