Skip to content

Commit

Permalink
Merge pull request #619 from sinoru/mark-NS_DESIGNATED_INITIALIZER
Browse files Browse the repository at this point in the history
Re-add NS_DESIGNATED_INITIALIZER
  • Loading branch information
bpoplauschi committed Oct 13, 2015
2 parents 09f27fb + 3cb5f1e commit 97feaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/DDLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ typedef NS_OPTIONS(NSInteger, DDLogMessageOptions) {
line:(NSUInteger)line
tag:(id)tag
options:(DDLogMessageOptions)options
timestamp:(NSDate *)timestamp;
timestamp:(NSDate *)timestamp NS_DESIGNATED_INITIALIZER;

/**
* Read-only properties
Expand Down

0 comments on commit 97feaec

Please sign in to comment.