diff options
Diffstat (limited to 'src/Main/Forms/RandomPoolEnrichmentDialog.h')
-rw-r--r-- | src/Main/Forms/RandomPoolEnrichmentDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/Forms/RandomPoolEnrichmentDialog.h b/src/Main/Forms/RandomPoolEnrichmentDialog.h index 6e113cbe..4135ff28 100644 --- a/src/Main/Forms/RandomPoolEnrichmentDialog.h +++ b/src/Main/Forms/RandomPoolEnrichmentDialog.h @@ -32,8 +32,9 @@ namespace VeraCrypt void HideBytes (wxStaticText *textCtrl, size_t len); HashList Hashes; int MouseEventsCounter; + Mutex AccessMutex; }; } #endif // TC_HEADER_Main_Forms_RandomPoolEnrichmentDialog |