Do not use Gitg inside namespace

This commit is contained in:
Jesse van den Kieboom 2012-04-22 15:13:24 +02:00
parent 0a8d1985eb
commit f94927b42e

View file

@ -85,7 +85,7 @@ public class Repository : Ggit.Repository
return base.create_symbolic_reference(name, target) as Ref;
}
public new Gitg.Ref get_head() throws Error
public new Ref get_head() throws Error
{
return base.get_head() as Ref;
}