Skip to content

Commit 9ad806d

Browse files
Mozc teamhiroyuki-komatsu
authored andcommitted
Fix 1 ClangTidyLegacy finding:
* use '= default' to define a trivial destructor Tested: Local presubmit tests passed. PiperOrigin-RevId: 789681268
1 parent 3c62c59 commit 9ad806d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/word_register_dialog/word_register_dialog.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ WordRegisterDialog::WordRegisterDialog()
205205
EnableIME();
206206
}
207207

208-
WordRegisterDialog::~WordRegisterDialog() {}
208+
WordRegisterDialog::~WordRegisterDialog() = default;
209209

210210
bool WordRegisterDialog::IsAvailable() const { return is_available_; }
211211

0 commit comments

Comments
 (0)