mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
[Win] Fix compilation error.
This commit is contained in:
@@ -86,7 +86,7 @@ MessageDialog::MessageDialog(NativeWindow* parent_window,
|
||||
title_(UTF8ToUTF16(title)),
|
||||
widget_(NULL),
|
||||
message_box_view_(NULL) {
|
||||
DCHECK_GT(buttons.size(), 0);
|
||||
DCHECK_GT(buttons.size(), 0u);
|
||||
set_owned_by_client();
|
||||
|
||||
views::MessageBoxView::InitParams params(UTF8ToUTF16(title));
|
||||
|
||||
Reference in New Issue
Block a user