summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DlgItemCANCEL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2DlgItemCANCEL.h')
-rw-r--r--src/T2DLL/T2DlgItemCANCEL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2DlgItemCANCEL.h b/src/T2DLL/T2DlgItemCANCEL.h
index df762e4..8dd6d61 100644
--- a/src/T2DLL/T2DlgItemCANCEL.h
+++ b/src/T2DLL/T2DlgItemCANCEL.h
@@ -5,5 +5,5 @@
class AFX_CLASS_EXPORT T2DlgItemCANCEL : public T2DlgItemIButton {
public:
T2DlgItemCANCEL(T2TowerDoc* inDoc, T2ImageObj* inImageObj, CPalette* inPalette);
- virtual BOOL Create(const char* windowName, DWORD style, const RECT& rect, CWnd* parentWnd, UINT nId);
+ virtual BOOL Create(const char* windowName, DWORD style, const RECT& inRect, CWnd* parentWnd, UINT nId);
};