Skip to content

Commit

Permalink
fix issue with id in struct (ARC)
Browse files Browse the repository at this point in the history
  • Loading branch information
bubnov authored and jverkoey committed Oct 20, 2011
1 parent 502dac5 commit c6dfe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/NIDataStructures.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

// This is not to be used externally.
struct NILinkedListNode {
id object;
__unsafe_unretained id object;
struct NILinkedListNode* prev;
struct NILinkedListNode* next;
};
Expand Down

0 comments on commit c6dfe42

Please sign in to comment.