Add missing semicolon
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 2 Feb 2010 20:13:04 +0000 (21:13 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 2 Feb 2010 20:13:38 +0000 (21:13 +0100)
utils/asyncio_pointer_func.hpp

index 7d6ea54..f7453a9 100644 (file)
@@ -44,8 +44,8 @@ namespace Utils
 
 // NOTE: this typedef is needed by I2N code; please keep it!
 
-typedef I2n::SharedBase SharedBase
-  
+typedef I2n::SharedBase SharedBase;
+
 #else
 
 class SharedBase