oops this shouldnt be exported

This commit is contained in:
mat 2023-12-30 11:19:50 -03:00 committed by GitHub
parent 2ba8761f3e
commit 97e5b74c8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
};
}
}