diff options
author | ritsuka <[email protected]> | 2009-03-02 11:42:11 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2009-03-02 11:42:11 +0000 |
commit | 65fc1a37cbe9ebc3414dcfec737c3dc38fa754b5 (patch) | |
tree | e9b934b556aeac012e6adbb948e16d125c8fcadb /macosx/Controller.h | |
parent | 5a3b2852dd432577b6efb7ffb917b44e6850c525 (diff) |
MacGui:
- Switched some float to CGFloat and int to NSInteger.
- Fixed a warning in writeToActivityLog: when compiling with gcc-4.2
- Fixed an issue when dragging items in the queue if the item was not already selected.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2199 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index d0d281a0c..bbb24bf15 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -256,7 +256,7 @@ BOOL fIsDragging; double dockIconProgress; } -- (void) writeToActivityLog:(char *) format, ...; +- (void) writeToActivityLog:(const char *) format, ...; - (IBAction) browseSources: (id) sender; - (void) browseSourcesDone: (NSOpenPanel *) sheet returnCode: (int) returnCode contextInfo: (void *) contextInfo; |