Browse Source

Fix windows build error.

pull/13/head
Wayne Stambaugh 7 years ago
parent
commit
bbfce129bb
  1. 2
      common/common.cpp

2
common/common.cpp

@ -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…
Cancel
Save