the cat must've done that

This commit is contained in:
Michael Becker 2019-08-16 00:05:14 -04:00
parent 7c4044c62c
commit 687e227fc7

View File

@ -10,7 +10,7 @@ namespace UniversalEditor.DataFormats.Shortcut.Microsoft
{
public class LNKDataFormat : DataFormat
{
private static readonly Guid LNK_CLASSID = new Guid("00021401-0000-0000-00c0-000000000046}");
private static readonly Guid LNK_CLASSID = new Guid("{00021401-0000-0000-00c0-000000000046}");
private static DataFormatReference _dfr = null;
protected override DataFormatReference MakeReferenceInternal()