summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2009-08-29 07:00:01 +0000
committerritsuka <[email protected]>2009-08-29 07:00:01 +0000
commita6ff6f6faaa80c1876e29f621183c592c5e61f43 (patch)
treebff37bd0cb56feba645adaee639ad52b590f05f4 /macosx/HBPreviewController.h
parente10712946a90010521e8416cf29aa31a107ec10e (diff)
MacGUI: Renamed HBPreviewController.mm to HBPreviewController.m to enable the new clang static analyzer goodness, there was no reason for this file to use Objective-C++
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2788 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r--macosx/HBPreviewController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h
index 6edddeaba..df5cf2b1c 100644
--- a/macosx/HBPreviewController.h
+++ b/macosx/HBPreviewController.h
@@ -96,7 +96,7 @@
- (void) stopReceivingLibhbNotifications;
- (IBAction) createMoviePreview: (id) sender;
-- (void) libhbStateChanged: (hb_state_t &) state;
+- (void) libhbStateChanged: (hb_state_t ) state;
- (IBAction) showMoviePreview: (NSString *) path;
- (IBAction) previewDurationPopUpChanged: (id) sender;