dev
Révision | c41c33abbbcb20a804a145fdcb3c26795c4d831a (tree) |
---|---|
l'heure | 2014-01-21 11:00:46 |
Auteur | Kimura Youichi <kim.upsilon@bucy...> |
Commiter | Kimura Youichi |
構文エラー修正
@@ -85,7 +85,7 @@ namespace OpenTween | ||
85 | 85 | return MemoryImage.CopyFromStream(this.Stream); |
86 | 86 | } |
87 | 87 | |
88 | - public object ICloneable.Clone() | |
88 | + object ICloneable.Clone() | |
89 | 89 | { |
90 | 90 | return this.Clone(); |
91 | 91 | } |