summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:43:42 +0000
committerfcolin2007-02-01 09:43:42 +0000
commit4a9be69aa4f0bce78692c53f51bf1117bb3d49e4 (patch)
tree54c30789a68771023de5c0281040247baff55f6a
parent3ac55b724fbbbedd1b093c0c852cb3350c6af02c (diff)
downloadivy-csharp-4a9be69aa4f0bce78692c53f51bf1117bb3d49e4.zip
ivy-csharp-4a9be69aa4f0bce78692c53f51bf1117bb3d49e4.tar.gz
ivy-csharp-4a9be69aa4f0bce78692c53f51bf1117bb3d49e4.tar.bz2
ivy-csharp-4a9be69aa4f0bce78692c53f51bf1117bb3d49e4.tar.xz
Utilisateur : Fcolin Date : 8/02/06 Heure : 17:19 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 53)
-rw-r--r--CSharp/Ivy/Ivy/Ivy.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/Ivy/Ivy.cs b/CSharp/Ivy/Ivy/Ivy.cs
index 276825f..f6eef1a 100644
--- a/CSharp/Ivy/Ivy/Ivy.cs
+++ b/CSharp/Ivy/Ivy/Ivy.cs
@@ -360,7 +360,7 @@ namespace IvyBus
#if (PocketPC)
handler = null; // TODO
#else
- handler = (MessageHandler)Delegate.CreateDelegate(typeof(MessageHandler), m)
+ handler = (MessageHandler)Delegate.CreateDelegate(typeof(MessageHandler), m);
#endif
bindMsg(attr.GetExpression(null), handler);
}