From 7eb5e00ec293a77d974add544a3c13c651a59055 Mon Sep 17 00:00:00 2001 From: Jeroen Zwartepoorte Date: Sun, 17 Apr 2005 08:42:47 +0000 Subject: [PATCH] 2005-04-17 Jeroen Zwartepoorte * sample/PolarFixed.cs: (PolarFixed.PolarFixedChild): Fix compilation problem. svn path=/trunk/gtk-sharp/; revision=43139 --- ChangeLog | 5 +++++ sample/PolarFixed.cs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f2545664d..123267b59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-17 Jeroen Zwartepoorte + + * sample/PolarFixed.cs: (PolarFixed.PolarFixedChild): Fix compilation + problem. + 2005-04-15 Mike Kestner * configure.in : remove unnecessary libxml check. diff --git a/sample/PolarFixed.cs b/sample/PolarFixed.cs index 65d56b48e..855cc4f06 100644 --- a/sample/PolarFixed.cs +++ b/sample/PolarFixed.cs @@ -15,7 +15,7 @@ class PolarFixed : Container { } // The child properties object - public class PolarFixedChild : ContainerChild { + public class PolarFixedChild : Container.ContainerChild { double theta; uint r;