From e91afbd99e5397c83bfb408133904738536ef25a Mon Sep 17 00:00:00 2001 From: Catalin Iacob Date: Sun, 9 May 2010 16:31:29 +0200 Subject: Fix MSVC compilation failure. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The error message was: apiextractor\include.h(78) : error C2375: 'qHash' : redefinition; different linkage Reviewer: Luciano Wolf Renato Araújo --- include.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include.h') diff --git a/include.h b/include.h index 94e6ced88..d5ba47999 100644 --- a/include.h +++ b/include.h @@ -69,7 +69,7 @@ public: return m_type == other.m_type && m_name == other.m_name; } - friend uint qHash(const Include&); + friend APIEXTRACTOR_API uint qHash(const Include&); private: IncludeType m_type; QString m_name; -- cgit v1.2.3