diff options
author | sr55 <[email protected]> | 2010-07-17 22:25:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-07-17 22:25:01 +0000 |
commit | 561aa6ec3b4f018a4e76d1a57c7ffd6f0e7ded70 (patch) | |
tree | b320ca795db14f25259c8d01f5f03222b25a8db6 /win/C#/HandBrake.ApplicationServices/Model | |
parent | 4cacc7fd60440725739f4560f14eadf40e335890 (diff) |
WinGui:
- Some tweaks to the Logging code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3445 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Model')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Model/Job.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Model/Job.cs b/win/C#/HandBrake.ApplicationServices/Model/Job.cs index 9d4b37510..536069153 100644 --- a/win/C#/HandBrake.ApplicationServices/Model/Job.cs +++ b/win/C#/HandBrake.ApplicationServices/Model/Job.cs @@ -8,7 +8,7 @@ namespace HandBrake.ApplicationServices.Model /// <summary>
/// The job.
/// </summary>
- public struct Job
+ public class Job
{
/// <summary>
/// Gets or sets the job ID.
|