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:
parent
8cb787543d
commit
7eb5e00ec2
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -15,7 +15,7 @@ class PolarFixed : Container {
|
|||
}
|
||||
|
||||
// The child properties object
|
||||
public class PolarFixedChild : ContainerChild {
|
||||
public class PolarFixedChild : Container.ContainerChild {
|
||||
double theta;
|
||||
uint r;
|
||||
|
||||
|
|
Loading…
Reference in a new issue