Fix windows build error.
This commit is contained in:
parent
be1d6113d6
commit
bbfce129bb
|
@ -716,7 +716,7 @@ long long TimestampDir( const wxString& aDirPath, const wxString& aFilespec )
|
|||
|
||||
if( dir.IsOpened() )
|
||||
{
|
||||
if( dir.GetFirst( &fullname, filespec ) )
|
||||
if( dir.GetFirst( &fullname, aFilespec ) )
|
||||
{
|
||||
do
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue