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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xwt.XamMac/Xwt.Mac.CellViews/CompositeCell.cs')
-rw-r--r--Xwt.XamMac/Xwt.Mac.CellViews/CompositeCell.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xwt.XamMac/Xwt.Mac.CellViews/CompositeCell.cs b/Xwt.XamMac/Xwt.Mac.CellViews/CompositeCell.cs
index 1502aefe..005d9554 100644
--- a/Xwt.XamMac/Xwt.Mac.CellViews/CompositeCell.cs
+++ b/Xwt.XamMac/Xwt.Mac.CellViews/CompositeCell.cs
@@ -57,7 +57,7 @@ namespace Xwt.Mac
this.source = source;
}
- public CompositeCell (IntPtr p) : base (p)
+ public CompositeCell (NativeHandle p) : base (p)
{
}