mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 03:55:43 -04:00
oops this shouldnt be exported
This commit is contained in:
parent
2ba8761f3e
commit
97e5b74c8b
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <string>
|
||||
|
||||
namespace geode::log {
|
||||
class GEODE_DLL Log final {
|
||||
class Log final {
|
||||
Mod* m_sender;
|
||||
log_clock::time_point m_time;
|
||||
Severity m_severity;
|
||||
|
@ -49,4 +49,4 @@ namespace geode::log {
|
|||
std::vector<Log> const& list();
|
||||
void clear();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue