From e372c03a19645c5f171492832a031b86942e8ae7 Mon Sep 17 00:00:00 2001 From: Benedikt Galbavy Date: Mon, 16 Oct 2023 15:30:33 +0200 Subject: [PATCH] fixed compile error fr --- user.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.h b/user.h index b399930..4e818eb 100644 --- a/user.h +++ b/user.h @@ -14,7 +14,7 @@ using json = nlohmann::json; template static const bool ptr_cmp(T* left, T* right) { return *left < *right; }; -typedef std::set)*> maillist; +typedef std::set)*> maillist; class user { public: