• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

dev


Commit MetaInfo

Revisionc41c33abbbcb20a804a145fdcb3c26795c4d831a (tree)
Zeit2014-01-21 11:00:46
AutorKimura Youichi <kim.upsilon@bucy...>
CommiterKimura Youichi

Log Message

構文エラー修正

Ändern Zusammenfassung

Diff

--- 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 }