summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2ArrowWnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2ArrowWnd.cpp')
-rw-r--r--src/T2DLL/T2ArrowWnd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2ArrowWnd.cpp b/src/T2DLL/T2ArrowWnd.cpp
index 6c60c08..da7466e 100644
--- a/src/T2DLL/T2ArrowWnd.cpp
+++ b/src/T2DLL/T2ArrowWnd.cpp
@@ -32,7 +32,7 @@ void T2ArrowWnd::Show(int inX, int inY, T2TowerDoc* inDoc) {
mWndClass = AfxRegisterWndClass(CS_NOCLOSE, NULL, (HBRUSH) GetStockObject(WHITE_BRUSH));
CRect rect(0, 0, 50, 50);
- Create(mWndClass, "ArrowWnd", WS_CHILD, rect, inDoc->GetTowerMainView(), NULL, WS_EX_TOPMOST);
+ Create(mWndClass, "ArrowWnd", WS_CHILD, rect, inDoc->GetMainView(), NULL, WS_EX_TOPMOST);
mRgn.CreatePolygonRgn(rgnPoints, 7, ALTERNATE);