summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DlgItemBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2DlgItemBox.h')
-rw-r--r--src/T2DLL/T2DlgItemBox.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/T2DLL/T2DlgItemBox.h b/src/T2DLL/T2DlgItemBox.h
index f240321..90bcd14 100644
--- a/src/T2DLL/T2DlgItemBox.h
+++ b/src/T2DLL/T2DlgItemBox.h
@@ -1,12 +1,10 @@
#pragma once
#include "common.h"
+#include "T2DlgItem.h"
-class T2DlgItemBox {
+class AFX_EXT_CLASS T2DlgItemBox : public T2DlgItem {
public:
- T2DlgItemBox(T2TowerDoc*, T2ImageObj*, CPalette*);
+ T2DlgItemBox(T2TowerDoc* inDoc, T2ImageObj* inImageObj, CPalette* inPalette);
protected:
- virtual int OnT2DlgItemEraseBkgnd(CDC*);
-
-public:
- virtual ~T2DlgItemBox() {}
+ virtual BOOL OnT2DlgItemEraseBkgnd(CDC*);
};