diff options
author | sr55 <[email protected]> | 2011-01-07 21:19:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-01-07 21:19:49 +0000 |
commit | 9f60eb35c21d513c6ce6b272e371a279b8a32ae5 (patch) | |
tree | 8663ceb2de2b74c05bc639fdcdd720034005a1af /win/C#/frmQueue.cs | |
parent | ee94883ba1b2e3d0dc432c84a2c05db5812fe1c6 (diff) |
WinGui:
- First of many check-ins to refactor the ApplicationServices library to make it more friendly and reliable.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3737 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.cs')
-rw-r--r-- | win/C#/frmQueue.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs index 2684772bb..7fd797170 100644 --- a/win/C#/frmQueue.cs +++ b/win/C#/frmQueue.cs @@ -119,7 +119,7 @@ namespace Handbrake /// <param name="e">
/// The e.
/// </param>
- private void EncodeQueue_EncodeStatusChanged(object sender, HandBrake.ApplicationServices.EncodeProgressEventArgs e)
+ private void EncodeQueue_EncodeStatusChanged(object sender, HandBrake.ApplicationServices.EventArgs.EncodeProgressEventArgs e)
{
if (this.InvokeRequired)
{
|