summaryrefslogtreecommitdiffstats
path: root/games/gbrainy/preassign-an-automatically-implemented-property.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games/gbrainy/preassign-an-automatically-implemented-property.patch')
-rw-r--r--games/gbrainy/preassign-an-automatically-implemented-property.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gbrainy/preassign-an-automatically-implemented-property.patch b/games/gbrainy/preassign-an-automatically-implemented-property.patch
new file mode 100644
index 0000000000..6be68f0bee
--- /dev/null
+++ b/games/gbrainy/preassign-an-automatically-implemented-property.patch
@@ -0,0 +1,11 @@
+--- gbrainy-1.61/src/Games/Logic/PuzzleExtraCircle.cs.orig 2011-01-06 22:38:23.000000000 +0700
++++ gbrainy-1.61/src/Games/Logic/PuzzleExtraCircle.cs 2011-01-18 18:47:30.000000000 +0700
+@@ -43,7 +43,7 @@
+ {
+ public Color [] Colors {get; set; }
+
+- public CircleParameters (Color [] colors)
++ public CircleParameters (Color [] colors) : this()
+ {
+ Colors = colors;
+ }