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

@@ -7,7 +7,7 @@
// For example to use in class Foo which should inherit Bar use
// class Foo : public cClearMetaOnDrop<Bar>;
template<class Base>
template <class Base>
class cClearMetaOnDrop : public Base
{
public: