Merge pull request #1575 from elect86/patch-12
Update ValidateDataStructure.h, typopull/1580/head^2
commit
ac37977230
|
@ -165,7 +165,7 @@ private:
|
||||||
inline void DoValidation(T** array, unsigned int size,
|
inline void DoValidation(T** array, unsigned int size,
|
||||||
const char* firstName, const char* secondName);
|
const char* firstName, const char* secondName);
|
||||||
|
|
||||||
// extended version: checks whethr T::mName occurs twice
|
// extended version: checks whether T::mName occurs twice
|
||||||
template <typename T>
|
template <typename T>
|
||||||
inline void DoValidationEx(T** array, unsigned int size,
|
inline void DoValidationEx(T** array, unsigned int size,
|
||||||
const char* firstName, const char* secondName);
|
const char* firstName, const char* secondName);
|
||||||
|
|
Loading…
Reference in New Issue