summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2007-09-23 20:09:26 +0000
committerritsuka <[email protected]>2007-09-23 20:09:26 +0000
commit8c947cab365127f7c14229d675d8081c586be75f (patch)
treecbabb23cc5ee95719c47f6667b620948f6039538 /macosx/Controller.h
parent273ad7ae2c1a7b93cf2db8aff3916a15f1579215 (diff)
MacGUI: Various little code cleanup and small alignment fixes in the nib.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@983 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 560f4e903..d5770163c 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -177,7 +177,7 @@
int fEncodeState;
int currentScanCount;
int currentSuccessfulScanCount;
- int SuccessfulScan;
+ BOOL SuccessfulScan;
NSString * currentSource;
hb_job_t * fLastKnownCurrentJob;