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 "Forms.h"
|
||||||
#include "ChangePasswordDialog.h"
|
#include "ChangePasswordDialog.h"
|
||||||
|
#ifdef TC_MACOSX
|
||||||
#include <wx/display.h>
|
#include <wx/display.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace VeraCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
@@ -165,7 +167,6 @@ namespace VeraCrypt
|
|||||||
|
|
||||||
#ifdef TC_MACOSX
|
#ifdef TC_MACOSX
|
||||||
void OnMoveHandler(wxMoveEvent& event);
|
void OnMoveHandler(wxMoveEvent& event);
|
||||||
#endif
|
|
||||||
|
|
||||||
void EnsureVisible(bool bOnlyHeadingBar = false)
|
void EnsureVisible(bool bOnlyHeadingBar = false)
|
||||||
{
|
{
|
||||||
@@ -191,6 +192,7 @@ namespace VeraCrypt
|
|||||||
if (bMove)
|
if (bMove)
|
||||||
Move (p);
|
Move (p);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
struct VolumeActivityMapEntry
|
struct VolumeActivityMapEntry
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user