• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

dev


Commit MetaInfo

Révisionc41c33abbbcb20a804a145fdcb3c26795c4d831a (tree)
l'heure2014-01-21 11:00:46
AuteurKimura Youichi <kim.upsilon@bucy...>
CommiterKimura Youichi

Message de Log

構文エラー修正

Change Summary

Modification

--- a/OpenTween/MemoryImage.cs
+++ b/OpenTween/MemoryImage.cs
@@ -85,7 +85,7 @@ namespace OpenTween
8585 return MemoryImage.CopyFromStream(this.Stream);
8686 }
8787
88- public object ICloneable.Clone()
88+ object ICloneable.Clone()
8989 {
9090 return this.Clone();
9191 }