Skip to content

Commit

Permalink
Changed selectedView type to id as it clearly isn't an NSView instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Mitchell committed Jan 20, 2012
1 parent d821619 commit 7d763a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FScriptFramework/FSObjectBrowserView.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const int FSObjectBrowserBottomBarHeight;
FSInterpreter *interpreter;
NSBrowser *browser;
FSObjectBrowserBottomBarTextDisplay *bottomBarTextDisplay;
NSView *selectedView;
id selectedView;
NSString *filterString;
NSMutableSet *matrixes;
enum {FSBrowsingWorkspace, FSBrowsingClasses, FSBrowsingObject, FSBrowsingNothing} browsingMode;
Expand Down

0 comments on commit 7d763a5

Please sign in to comment.