diff options
Diffstat (limited to 'Source/SPLogger.h')
-rw-r--r-- | Source/SPLogger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPLogger.h b/Source/SPLogger.h index 168f70b7..ac9b9a04 100644 --- a/Source/SPLogger.h +++ b/Source/SPLogger.h @@ -25,8 +25,8 @@ #import <Cocoa/Cocoa.h> - -@interface SPLogger : NSObject { +@interface SPLogger : NSObject +{ BOOL initializedSuccessfully; NSFileHandle *logFileHandle; } |