[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / Hashable.inl
blob352b7794eb94d579371998d28e7db225e5a44ae5
1 // -*- C++ -*-
2 //
3 // $Id: Hashable.inl 80826 2008-03-04 14:51:23Z wotte $
6 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
8 ACE_INLINE
9 ACE_Hashable::ACE_Hashable (void)
10   : hash_value_ (0)
14 ACE_END_VERSIONED_NAMESPACE_DECL