summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp/Polygon.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp/ElmSharp/Polygon.cs')
-rw-r--r--ElmSharp/ElmSharp/Polygon.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ElmSharp/ElmSharp/Polygon.cs b/ElmSharp/ElmSharp/Polygon.cs
index e9d9b95..e669a70 100644
--- a/ElmSharp/ElmSharp/Polygon.cs
+++ b/ElmSharp/ElmSharp/Polygon.cs
@@ -27,7 +27,7 @@ namespace ElmSharp
/// Create a new Polygon widget.
/// <param name="p">The EvasObject to which the new Polygon will be attached as a child.</param>
/// </summary>
- public Polygon (EvasObject parent) : base(parent)
+ public Polygon(EvasObject parent) : base(parent)
{
}