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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/T2DLL/T2DlgItemCANCEL.h b/src/T2DLL/T2DlgItemCANCEL.h
index a4c4489..42132c7 100644
--- a/src/T2DLL/T2DlgItemCANCEL.h
+++ b/src/T2DLL/T2DlgItemCANCEL.h
@@ -1,10 +1,9 @@
#pragma once
#include "common.h"
+#include "T2DlgItemIButton.h"
-class T2DlgItemCANCEL {
+class AFX_EXT_CLASS T2DlgItemCANCEL : public T2DlgItemIButton {
public:
- T2DlgItemCANCEL(T2TowerDoc*, T2ImageObj*, CPalette*);
- virtual int Create(const char*, unsigned long, const RECT&, CWnd*, unsigned int);
-
- virtual ~T2DlgItemCANCEL() {}
+ T2DlgItemCANCEL(T2TowerDoc* inDoc, T2ImageObj* inImageObj, CPalette* inPalette);
+ virtual BOOL Create(const char* windowName, DWORD style, const RECT& rect, CWnd* parentWnd, UINT nId);
};