summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DlgItemArrows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2DlgItemArrows.h')
-rw-r--r--src/T2DLL/T2DlgItemArrows.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/T2DLL/T2DlgItemArrows.h b/src/T2DLL/T2DlgItemArrows.h
index 7836c35..313cb69 100644
--- a/src/T2DLL/T2DlgItemArrows.h
+++ b/src/T2DLL/T2DlgItemArrows.h
@@ -6,13 +6,13 @@ class T2DlgItemArrows : public T2DlgItem {
public:
T2DlgItemArrows(T2TowerDoc* inDoc, T2ImageObj* inImageObj, CPalette* inPalette);
virtual ~T2DlgItemArrows();
- 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);
virtual void SetMinValue(int inValue);
virtual void SetMaxValue(int inValue);
virtual void SetValue(int value);
protected:
- virtual void OnT2DlgItemLButtonDown(UINT nFlags, CPoint pt);
+ virtual void OnT2DlgItemLButtonDown(UINT inFlags, CPoint inPt);
virtual void OnT2DlgItemLButtonUp(UINT nFlags, CPoint pt);
virtual void OnT2DlgItemMouseMove(UINT nFlags, CPoint pt);
virtual BOOL OnT2DlgItemEraseBkgnd(CDC*);