Skip to content

Commit

Permalink
Clean-up of Moose. More modern look with source list instead of tiny …
Browse files Browse the repository at this point in the history
…tabs.

git-svn-id: svn://witness.is-a-geek.org/svn@80 378c4bed-2673-4746-83ae-d22ddc8c5b7c
  • Loading branch information
uli committed Jan 22, 2010
1 parent 1a03e3e commit 6864666
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion UKClickableImageView.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@interface UKClickableImageView : NSImageView
{
NSCursor* cursor; // Cursor to show while mouse is over this view.
NSCursor* cursor; // Cursor to show while mouse is over this view.
}

-(void) setCursor: (NSCursor*)theCursor;
Expand Down
1 change: 0 additions & 1 deletion UKClickableImageView.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ -(NSCursor*) cursor
return cursor;
}


@end

0 comments on commit 6864666

Please sign in to comment.