From 3d0fe4346803c9e9b67e082908b22335710478b4 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 2 Feb 2010 21:13:04 +0100 Subject: [PATCH] Add missing semicolon --- utils/asyncio_pointer_func.hpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/asyncio_pointer_func.hpp b/utils/asyncio_pointer_func.hpp index 7d6ea54..f7453a9 100644 --- a/utils/asyncio_pointer_func.hpp +++ b/utils/asyncio_pointer_func.hpp @@ -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 -- 1.7.1