Fix windows build error.

This commit is contained in:
Wayne Stambaugh 2018-08-06 10:26:22 -04:00
parent be1d6113d6
commit bbfce129bb
1 changed files with 1 additions and 1 deletions

View File

@ -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
{