mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-23 21:11:31 +00:00
Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6)
This commit is contained in:
@@ -19,9 +19,11 @@
|
||||
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class AdminPasswordRequestHandler;
|
||||
class TextUserInterface : public UserInterface
|
||||
{
|
||||
public:
|
||||
friend class AdminPasswordRequestHandler;
|
||||
TextUserInterface ();
|
||||
virtual ~TextUserInterface ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user