diff --git a/src/cxxTemplates/resourceLib.h b/src/cxxTemplates/resourceLib.h index 27d442376..0f4f41535 100644 --- a/src/cxxTemplates/resourceLib.h +++ b/src/cxxTemplates/resourceLib.h @@ -178,9 +178,6 @@ private: T *findDelete (tsSLList &list, const ID &idIn); }; -// -// Some ID classes that work with the above template -// // // class resTableIter @@ -199,6 +196,10 @@ private: const resTable *pTable; }; +// +// Some ID classes that work with the above template +// + // // class intId // diff --git a/src/libCom/cxxTemplates/resourceLib.h b/src/libCom/cxxTemplates/resourceLib.h index 27d442376..0f4f41535 100644 --- a/src/libCom/cxxTemplates/resourceLib.h +++ b/src/libCom/cxxTemplates/resourceLib.h @@ -178,9 +178,6 @@ private: T *findDelete (tsSLList &list, const ID &idIn); }; -// -// Some ID classes that work with the above template -// // // class resTableIter @@ -199,6 +196,10 @@ private: const resTable *pTable; }; +// +// Some ID classes that work with the above template +// + // // class intId //