Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 04d7447

Browse files
committed
修复编译错误.
1 parent 06c2cf2 commit 04d7447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mirai/events/BotJoinGroupEvent.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "event_interface.hpp"
88
#include "mirai/defs/group.hpp"
99
#include "mirai/defs/group_member.hpp"
10-
std::optional;
10+
using std::optional;
1111

1212
namespace Cyan
1313
{

0 commit comments

Comments
 (0)