From 3b58b559944d1130d5de5c07ecaec5db5cdfe4a9 Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 19 Sep 2014 14:36:17 -0400 Subject: [PATCH] Update version.h fixed typo --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 4e274495..a418b75e 100644 --- a/version.h +++ b/version.h @@ -10,9 +10,9 @@ /* TEMPORARY STORE FOR IMAGE CODES */ -#define ICTOOPIE_128 i2p::util:HTTPConnection::itoopieImage +#define ICTOOPIE_128 i2p::util::HTTPConnection::itoopieImage -#define ICTOOPIE_64_FAVICON i2p::util:HTTPConnection::itoopieFavicon +#define ICTOOPIE_64_FAVICON i2p::util::HTTPConnection::itoopieFavicon #endif