mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
(trunk) patch from wereHamster to finish off tr_handle
This commit is contained in:
@@ -72,13 +72,13 @@
|
||||
|
||||
@implementation PrefsController
|
||||
|
||||
tr_handle * fHandle;
|
||||
+ (void) setHandle: (tr_handle *) handle
|
||||
tr_session * fHandle;
|
||||
+ (void) setHandle: (tr_session *) handle
|
||||
{
|
||||
fHandle = handle;
|
||||
}
|
||||
|
||||
+ (tr_handle *) handle
|
||||
+ (tr_session *) handle
|
||||
{
|
||||
return fHandle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user