diff options
Diffstat (limited to 'win/CS/HandBrake.Interop/Interop/HandBrakeVersionHelper.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/HandBrakeVersionHelper.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/HandBrakeVersionHelper.cs b/win/CS/HandBrake.Interop/Interop/HandBrakeVersionHelper.cs index 6d40ddf04..89c375190 100644 --- a/win/CS/HandBrake.Interop/Interop/HandBrakeVersionHelper.cs +++ b/win/CS/HandBrake.Interop/Interop/HandBrakeVersionHelper.cs @@ -1,5 +1,5 @@ // -------------------------------------------------------------------------------------------------------------------- -// <copyright file="VersionHelper.cs" company="HandBrake Project (https://handbrake.fr)"> +// <copyright file="HandBrakeVersionHelper.cs" company="HandBrake Project (https://handbrake.fr)"> // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // </copyright> // <summary> @@ -7,7 +7,7 @@ // </summary> // -------------------------------------------------------------------------------------------------------------------- -namespace HandBrake.Interop.Utilities +namespace HandBrake.Interop.Interop { using System; using System.Runtime.InteropServices; |