Skip to content

Commit

Permalink
Fix WASM build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Adanos020 committed Jun 12, 2023
1 parent 8010668 commit 6acebb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ extern "C" {
fn confirm(s: &str) -> bool;
}

use crate::message_dialog::{MessageButtons, MessageDialog, MessageDialogImpl};
use crate::backend::MessageDialogImpl;
use crate::message_dialog::{MessageButtons, MessageDialog};

impl MessageDialogImpl for MessageDialog {
fn show(self) -> MessageDialogResult {
Expand Down

0 comments on commit 6acebb7

Please sign in to comment.