2005-04-17 Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>

* sample/PolarFixed.cs: (PolarFixed.PolarFixedChild): Fix compilation
	problem.


svn path=/trunk/gtk-sharp/; revision=43139
This commit is contained in:
Jeroen Zwartepoorte 2005-04-17 08:42:47 +00:00
parent 8cb787543d
commit 7eb5e00ec2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-04-17 Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>
* sample/PolarFixed.cs: (PolarFixed.PolarFixedChild): Fix compilation
problem.
2005-04-15 Mike Kestner <mkestner@novell.com>
* configure.in : remove unnecessary libxml check.

View File

@ -15,7 +15,7 @@ class PolarFixed : Container {
}
// The child properties object
public class PolarFixedChild : ContainerChild {
public class PolarFixedChild : Container.ContainerChild {
double theta;
uint r;