diff options
author | stuconnolly <stuart02@gmail.com> | 2010-11-10 14:26:44 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-11-10 14:26:44 +0000 |
commit | b72f9507c2be480c680b7f58753789432882f1c4 (patch) | |
tree | 93583d7abcac9c8cda437c3f6a342f463fa9a149 /Source/SPLogger.h | |
parent | bb99430f93b2e3c89c28cc44257635709f0fdd39 (diff) | |
download | sequelpro-b72f9507c2be480c680b7f58753789432882f1c4.tar.gz sequelpro-b72f9507c2be480c680b7f58753789432882f1c4.tar.bz2 sequelpro-b72f9507c2be480c680b7f58753789432882f1c4.zip |
Add a new class template for the favorites controller.
Diffstat (limited to 'Source/SPLogger.h')
-rw-r--r-- | Source/SPLogger.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPLogger.h b/Source/SPLogger.h index 3fd2cae9..640e5cb3 100644 --- a/Source/SPLogger.h +++ b/Source/SPLogger.h @@ -23,7 +23,9 @@ // // More info at <http://code.google.com/p/sequel-pro/> -@interface SPLogger : NSObject +#import "SPSingleton.h" + +@interface SPLogger : SPSingleton { /** * Dump leaks on termination flag. |