Resolve casting warning where no one would check.

This commit is contained in:
Jason Felds
2015-03-25 22:09:46 -04:00
parent 540c617485
commit 541389ea7d
@@ -96,7 +96,7 @@ public:
[m_Window setExcludedFromWindowsMenu:YES];
[m_Window useOptimizedDrawing:YES];
[m_Window setReleasedWhenClosed:NO];
[m_Window setDelegate:self];
[m_Window setDelegate:static_cast<id<NSWindowDelegate> >(self)];
}
- (void) closeWindow