Skip to content

Commit

Permalink
Fix warning regarding an ignored semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Nov 11, 2020
1 parent 0a0fc3a commit 7e74a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vienna/Sources/Main window/TreeNode.m
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ -(NSString *)description
/* allocAndStartProgressIndicatorWithFrame:inView:
* Allocate a new progress indicator and start it animating.
*/
-(void)allocAndStartProgressIndicatorWithFrame:(NSRect)frame inView:(NSView *)controlView;
-(void)allocAndStartProgressIndicatorWithFrame:(NSRect)frame inView:(NSView *)controlView
{
// Allocate and initialize the spinning progress indicator.
progressIndicator = [[NSProgressIndicator alloc] initWithFrame:frame];
Expand Down

0 comments on commit 7e74a28

Please sign in to comment.