diff options
Diffstat (limited to 'src/singleton.h')
| -rw-r--r-- | src/singleton.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/singleton.h b/src/singleton.h index 7bdf97f..0bcc3f7 100644 --- a/src/singleton.h +++ b/src/singleton.h | |||
| @@ -33,7 +33,6 @@ namespace Bu | |||
| 33 | * You can still add public functions and variables to your new Singleton child | 33 | * You can still add public functions and variables to your new Singleton child |
| 34 | * class, but your constructor should be protected (hence the need for the | 34 | * class, but your constructor should be protected (hence the need for the |
| 35 | * friend decleration). | 35 | * friend decleration). |
| 36 | *@author Mike Buland | ||
| 37 | */ | 36 | */ |
| 38 | template <class T> | 37 | template <class T> |
| 39 | class Singleton | 38 | class Singleton |
