Builds now. Also some moderate effect architecture changes.
[ITKit.git] / ITSlideHorizontallyWindowEffect.m
index 5ba9550..74673d2 100755 (executable)
@@ -6,12 +6,12 @@
 
 - (void)performAppear
 {
-    NSLog("ITSlideHorizontallyWindowEffect does not implement performAppear.");
+    NSLog(@"ITSlideHorizontallyWindowEffect does not implement performAppear.");
 }
 
 - (void)performVanish
 {
-    NSLog("ITSlideHorizontallyWindowEffect does not implement performVanish.");
+    NSLog(@"ITSlideHorizontallyWindowEffect does not implement performVanish.");
 }