Skip to content

Commit

Permalink
• fixed warning while compiling RController re WSBrowser; method getW…
Browse files Browse the repository at this point in the history
…SBController should be public

git-svn-id: https://svn.r-project.org/R-packages/trunk/Mac-GUI@5857 694ef91d-65df-0310-b7bb-92e67a308ead
  • Loading branch information
Hans-Jörg Bibiko committed Jun 22, 2011
1 parent bef4c80 commit 08c8f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions WSBrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
NSToolbar *toolbar;
}

+ (WSBrowser*)getWSBController;

- (void)initWSData;
- (void) doInitWSData;
Expand Down
2 changes: 1 addition & 1 deletion WSBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ - (id) window
return WSBWindow;
}

+ (WSBrowser*) getWSBController
+ (WSBrowser*)getWSBController
{
return sharedWSBController;
}
Expand Down

0 comments on commit 08c8f48

Please sign in to comment.