mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
Linux: Fix build error when linking with old wxWidgets version
This commit is contained in:
parent
dda7ea6000
commit
27c2fc06c2
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user