mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux: Fix build error when linking with old wxWidgets version
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
|
||||
#include "Forms.h"
|
||||
#include "ChangePasswordDialog.h"
|
||||
#ifdef TC_MACOSX
|
||||
#include <wx/display.h>
|
||||
#endif
|
||||
|
||||
namespace VeraCrypt
|
||||
{
|
||||
@@ -165,7 +167,6 @@ namespace VeraCrypt
|
||||
|
||||
#ifdef TC_MACOSX
|
||||
void OnMoveHandler(wxMoveEvent& event);
|
||||
#endif
|
||||
|
||||
void EnsureVisible(bool bOnlyHeadingBar = false)
|
||||
{
|
||||
@@ -191,6 +192,7 @@ namespace VeraCrypt
|
||||
if (bMove)
|
||||
Move (p);
|
||||
}
|
||||
#endif
|
||||
|
||||
struct VolumeActivityMapEntry
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user