diff options
Diffstat (limited to 'src/Main/Forms/KeyfileGeneratorDialog.h')
-rw-r--r-- | src/Main/Forms/KeyfileGeneratorDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/Forms/KeyfileGeneratorDialog.h b/src/Main/Forms/KeyfileGeneratorDialog.h index 4f184909..1d73a687 100644 --- a/src/Main/Forms/KeyfileGeneratorDialog.h +++ b/src/Main/Forms/KeyfileGeneratorDialog.h @@ -25,6 +25,7 @@ namespace VeraCrypt void OnHashSelected (wxCommandEvent& event); void OnMouseMotion (wxMouseEvent& event); void OnShowRandomPoolCheckBoxClicked (wxCommandEvent& event); + void OnRandomSizeCheckBoxClicked( wxCommandEvent& event ); void ShowBytes (wxStaticText *textCtrl, const ConstBufferPtr &buffer, bool appendDots = true); HashList Hashes; |