OS/2 bustage - I know there are other compilers that have trouble with inline in the header without a defintion

This commit is contained in:
mkaply%us.ibm.com 2003-04-23 04:39:34 +00:00
parent da773638fd
commit 42e1d7aade

View File

@ -64,8 +64,8 @@ public:
typedef const char* KeyType;
typedef const char* KeyTypePointer;
inline nsHostEntry(const char* aHost);
inline nsHostEntry(const nsHostEntry& toCopy);
nsHostEntry(const char* aHost);
nsHostEntry(const nsHostEntry& toCopy);
~nsHostEntry()
{