1
0

Fixed spaces after "template" keyword.

This commit is contained in:
Mattes D
2014-08-28 16:44:36 +03:00
parent f4d268636a
commit 49ac6fadfc
5 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ cQueueFuncs and is used as the default behavior.
*/
/// This empty struct allows for the callback functions to be inlined
template<class T>
template <class T>
struct cQueueFuncs
{
public: