Revision: 7841
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7841&view=rev
Author:   hofman
Date:     2012-12-10 18:53:05 +0000 (Mon, 10 Dec 2012)
Log Message:
-----------
remove typing of super

Modified Paths:
--------------
    trunk/SKPDFView.m

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2012-12-10 18:38:05 UTC (rev 7840)
+++ trunk/SKPDFView.m   2012-12-10 18:53:05 UTC (rev 7841)
@@ -2068,7 +2068,7 @@
             rv = YES;
         }
     } else if ([[SKPDFView superclass] instancesRespondToSelector:_cmd]) {
-       rv = [(id)super control:control textView:textView 
doCommandBySelector:command];
+       rv = [super control:control textView:textView 
doCommandBySelector:command];
     }
     return rv;
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to