diff options
author | sr55 <[email protected]> | 2007-07-13 19:57:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-13 19:57:05 +0000 |
commit | f5ec9511d94b22d916809ced301d7f9dba370d11 (patch) | |
tree | 4c4d569d7e493e0676f9baa6a8a82d23e9d65224 /win/C#/Parsing/Chapter.cs | |
parent | b47ce2fd53ca839974b2f4277b01918fb34b6d6e (diff) |
WinGui:
Uncommented some code in Parsing. Awaiting Parser.cs to be checked in now.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@676 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Parsing/Chapter.cs')
-rw-r--r-- | win/C#/Parsing/Chapter.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/Parsing/Chapter.cs b/win/C#/Parsing/Chapter.cs index 53a605650..630ab0905 100644 --- a/win/C#/Parsing/Chapter.cs +++ b/win/C#/Parsing/Chapter.cs @@ -16,7 +16,7 @@ namespace Handbrake.Parsing }
}
- /*private int[] m_cellRange;
+ private int[] m_cellRange;
public int[] CellRange
{
get
@@ -32,7 +32,7 @@ namespace Handbrake.Parsing {
return this.m_blocks;
}
- }*/
+ }
private TimeSpan m_duration;
public TimeSpan Duration
|