1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Linux: fix typo

This commit is contained in:
Mounir IDRASSI
2024-07-10 12:09:57 +02:00
parent 1312c537f5
commit 526f03100f

View File

@@ -454,7 +454,7 @@ namespace VeraCrypt
{ {
class AdminPasswordRequestHandler : public GetStringFunctor class AdminPasswordRequestHandler : public GetStringFunctor
{ {
public; public:
virtual void operator() (string &passwordStr) virtual void operator() (string &passwordStr)
{ {