diff options
Diffstat (limited to 'plugins/Ping/src/collection.h')
-rw-r--r-- | plugins/Ping/src/collection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/src/collection.h b/plugins/Ping/src/collection.h index 6e1615ea01..b09537e11c 100644 --- a/plugins/Ping/src/collection.h +++ b/plugins/Ping/src/collection.h @@ -1,4 +1,4 @@ -template<class T> class Collection
+template<class T> class Collection
{
protected:
unsigned long count;
|