diff --git a/src/libCom/cxxTemplates/resourceLib.h b/src/libCom/cxxTemplates/resourceLib.h index 460695931..e65c41bba 100644 --- a/src/libCom/cxxTemplates/resourceLib.h +++ b/src/libCom/cxxTemplates/resourceLib.h @@ -226,7 +226,7 @@ private: #if defined(__GNUC__) && ( __GNUC__<2 || (__GNUC__==2 && __GNUC__<8) ) template #else -template +template #endif class intId { public: @@ -250,11 +250,8 @@ protected: // // NOTE: ITEM must public inherit from chronIntIdRes // -#if defined(__GNUC__) && ( __GNUC__<2 || (__GNUC__==2 && __GNUC__<8) ) -typedef intId chronIntId; -#else -typedef intId chronIntId; -#endif +typedef intId chronIntId; + template class chronIntIdResTable : public resTable { public: