Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-03-29 16:00:20 +0400
committernulltoken <emeric.fermas@gmail.com>2012-03-29 16:00:20 +0400
commitf8e97d4fdcbd6ead85a1e390754eed1934b58ef6 (patch)
tree35c60a5b6518dfe027549e4dc291c0125d5a56a0 /LibGit2Sharp/Signature.cs
parentb94a1113dc5e7c6377e7300150784f7fc16f3dac (diff)
Move SafeHandle related types to Core.Handles namespace
Diffstat (limited to 'LibGit2Sharp/Signature.cs')
-rw-r--r--LibGit2Sharp/Signature.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGit2Sharp/Signature.cs b/LibGit2Sharp/Signature.cs
index e3812e78..a4a9c0ef 100644
--- a/LibGit2Sharp/Signature.cs
+++ b/LibGit2Sharp/Signature.cs
@@ -1,6 +1,7 @@
using System;
using System.Runtime.InteropServices;
using LibGit2Sharp.Core;
+using LibGit2Sharp.Core.Handles;
namespace LibGit2Sharp
{