Revision: 7838
http://skim-app.svn.sourceforge.net/skim-app/?rev=7838&view=rev
Author: amaxwell
Date: 2012-12-10 18:31:13 +0000 (Mon, 10 Dec 2012)
Log Message:
-----------
Xcode 4 warning about type
Modified Paths:
--------------
trunk/PDFPage_SKExtensions.m
Modified: trunk/PDFPage_SKExtensions.m
===================================================================
--- trunk/PDFPage_SKExtensions.m 2012-12-10 18:30:18 UTC (rev 7837)
+++ trunk/PDFPage_SKExtensions.m 2012-12-10 18:31:13 UTC (rev 7838)
@@ -361,7 +361,7 @@
- (void)setRotationAngle:(NSInteger)angle {
if ([self isNotesPage] == NO && angle != [self rotation]) {
NSUndoManager *undoManager = [[self containingDocument] undoManager];
- [[undoManager prepareWithInvocationTarget:self] setRotationAngle:[self
rotation]];
+ [(PDFPage *)[undoManager prepareWithInvocationTarget:self]
setRotationAngle:[self rotation]];
[undoManager setActionName:NSLocalizedString(@"Rotate Page", @"Undo
action name")];
// this will dirty the document, even though no saveable change has
been made
// but we cannot undo the document change count because there may be
real changes to the document in the script
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