summaryrefslogtreecommitdiffstats
path: root/win/C#/Parsing/Parser.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-04-24 15:10:03 +0000
committersr55 <[email protected]>2010-04-24 15:10:03 +0000
commit1fe85f1a237d4d0242862bb92d2383c1058f6158 (patch)
tree1f0ebffb6217e446f706df88ff04f27dea2d1c2d /win/C#/Parsing/Parser.cs
parentafc5df999de924212bf9891a6a724a015a154388 (diff)
WinGui:
- Use Auto Properties in the Parser git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3258 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Parsing/Parser.cs')
-rw-r--r--win/C#/Parsing/Parser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Parsing/Parser.cs b/win/C#/Parsing/Parser.cs
index 72a4695bb..0fb08f9a5 100644
--- a/win/C#/Parsing/Parser.cs
+++ b/win/C#/Parsing/Parser.cs
@@ -46,7 +46,7 @@ namespace Handbrake.Parsing
/// <summary>
/// The Buffer StringBuilder
/// </summary>
- private StringBuilder buffer = new StringBuilder(string.Empty);
+ private readonly StringBuilder buffer = new StringBuilder(string.Empty);
/// <summary>
/// Initializes a new instance of the <see cref="Parser"/> class.