diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2011-07-18 20:02:39 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:11 -0500 |
commit | 9d02c175ca950bde4d38e58832a85adb4685347f (patch) | |
tree | 31822e1b54101235209b761eca8f25e092883d91 /games/gbrainy/preassign-an-automatically-implemented-property.patch | |
parent | b139d764b30ba070892d1c1e7fb2973c4b705bd2 (diff) | |
download | slackbuilds-9d02c175ca950bde4d38e58832a85adb4685347f.tar.gz |
games/gbrainy: Updated for version 1.65.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/gbrainy/preassign-an-automatically-implemented-property.patch')
-rw-r--r-- | games/gbrainy/preassign-an-automatically-implemented-property.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/gbrainy/preassign-an-automatically-implemented-property.patch b/games/gbrainy/preassign-an-automatically-implemented-property.patch deleted file mode 100644 index 6be68f0bee..0000000000 --- a/games/gbrainy/preassign-an-automatically-implemented-property.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - } |