fix libnotify

This commit is contained in:
Jcomp 2024-03-09 03:53:38 +08:00
parent e895a1174c
commit 9863e8c889

View file

@ -79,11 +79,11 @@ void init(in char[] name) {
alias notify_is_initted is_initted; alias notify_is_initted is_initted;
alias notify_uninit uninit; alias notify_uninit uninit;
static this() { shared static this() {
init(__FILE__); init(__FILE__);
} }
static ~this() { shared static ~this() {
uninit(); uninit();
} }