Index: src/ch/ReplacePathsDlg.cpp =================================================================== diff -u -N -r9352ed0c4fe447a36bc728640c307be6d41455fd -rf703b71b8c856e2538283555e9fdbc84918677c3 --- src/ch/ReplacePathsDlg.cpp (.../ReplacePathsDlg.cpp) (revision 9352ed0c4fe447a36bc728640c307be6d41455fd) +++ src/ch/ReplacePathsDlg.cpp (.../ReplacePathsDlg.cpp) (revision f703b71b8c856e2538283555e9fdbc84918677c3) @@ -18,10 +18,10 @@ ***************************************************************************/ #include "stdafx.h" #include "resource.h" +#include "task.h" #include "ReplacePathsDlg.h" #include "dialogs.h" #include "ch.h" -#include "task.h" #ifdef _DEBUG #define new DEBUG_NEW @@ -82,9 +82,9 @@ InitializeResizableControls(); - for(size_t stIndex = 0; stIndex < m_pTask->GetClipboardDataSize(); ++stIndex) + for(size_t stIndex = 0; stIndex < m_spTask->GetClipboardDataSize(); ++stIndex) { - m_ctlPathsList.AddString(m_pTask->GetClipboardData(stIndex)->GetPath()); + m_ctlPathsList.AddString(m_spTask->GetClipboardData(stIndex)->GetPath()); } return TRUE;