From 0df9e6904cd2416336a85d6d7972ce84dcbab417 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Tue, 22 Jan 2008 08:52:48 -0500
Subject: COMP: Remove inline keyword from forward declaration for VS9.

---
 Source/kwsys/hash_map.hxx.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/kwsys/hash_map.hxx.in b/Source/kwsys/hash_map.hxx.in
index dfd843f..78d47cb 100644
--- a/Source/kwsys/hash_map.hxx.in
+++ b/Source/kwsys/hash_map.hxx.in
@@ -75,8 +75,8 @@ template <class _Key, class _Tp,
 class hash_map;
 
 template <class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
-inline bool operator==(const hash_map<_Key, _Tp, _HashFn, _EqKey, _Alloc>&,
-                       const hash_map<_Key, _Tp, _HashFn, _EqKey, _Alloc>&);
+bool operator==(const hash_map<_Key, _Tp, _HashFn, _EqKey, _Alloc>&,
+                const hash_map<_Key, _Tp, _HashFn, _EqKey, _Alloc>&);
 
 template <class _Key, class _Tp, class _HashFcn, class _EqualKey,
           class _Alloc>
-- 
cgit v0.12