Bug 680866 - nsFilePicker.h fails to compile on mingw r=neil

This commit is contained in:
Jacek Caban 2011-08-22 14:18:41 +02:00
parent f361ed41ed
commit d944b96db4

View File

@ -106,7 +106,7 @@ class AutoRestoreWorkingPath
public:
AutoRestoreWorkingPath();
~AutoRestoreWorkingPath();
inline bool AutoRestoreWorkingPath::HasWorkingPath() const
inline bool HasWorkingPath() const
{
return mWorkingPath != NULL;
}