Fix finalization warning message for Cairo.Path.
This commit is contained in:
parent
477710bd1e
commit
3d0117c9db
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ namespace Cairo {
|
||||||
protected virtual void Dispose (bool disposing)
|
protected virtual void Dispose (bool disposing)
|
||||||
{
|
{
|
||||||
if (!disposing){
|
if (!disposing){
|
||||||
Console.Error.WriteLine ("Cairo.Context: called from finalization thread, programmer is missing a call to Dispose");
|
Console.Error.WriteLine ("Cairo.Path: called from finalization thread, programmer is missing a call to Dispose");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue