git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixing crashes :D
[MenuTunes.git]
/
iTunesRemote.h
diff --git
a/iTunesRemote.h
b/iTunesRemote.h
index
7dd5145
..
992eb49
100755
(executable)
--- a/
iTunesRemote.h
+++ b/
iTunesRemote.h
@@
-14,9
+14,7
@@
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
- ComponentInstance asComponent; //We will remove this when we are all AEs
- ProcessSerialNumber iTunesPSN;
+ ProcessSerialNumber savedPSN;
}
- (ProcessSerialNumber)iTunesPSN;
}
- (ProcessSerialNumber)iTunesPSN;
-- (NSString *)runScriptAndReturnResult:(NSString *)script;
@end
@end