1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-09 22:36:59 -05:00

Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6)

This commit is contained in:
Mounir IDRASSI
2024-06-30 01:22:05 +02:00
parent 1e7d6948c9
commit 9697416919
13 changed files with 138 additions and 130 deletions
+2
View File
@@ -19,9 +19,11 @@
namespace VeraCrypt
{
class AdminPasswordRequestHandler;
class TextUserInterface : public UserInterface
{
public:
friend class AdminPasswordRequestHandler;
TextUserInterface ();
virtual ~TextUserInterface ();