diff options
author | Vincent Richard <[email protected]> | 2004-12-08 19:57:10 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-08 19:57:10 +0000 |
commit | c032bcb4286f90f17af979966e3c0b51fc6dd9e2 (patch) | |
tree | ff1470266ccaae38d65675361a511fc43574a9a9 /src/parameterFactory.hpp | |
parent | Changed 'uname -o' to 'uname -s' for POSIX compatibility. (diff) | |
download | vmime-c032bcb4286f90f17af979966e3c0b51fc6dd9e2.tar.gz vmime-c032bcb4286f90f17af979966e3c0b51fc6dd9e2.zip |
Fixed compilation problems with g++ < 3.4.
Diffstat (limited to 'src/parameterFactory.hpp')
-rw-r--r-- | src/parameterFactory.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parameterFactory.hpp b/src/parameterFactory.hpp index 3e58ff3f..6a634717 100644 --- a/src/parameterFactory.hpp +++ b/src/parameterFactory.hpp @@ -44,6 +44,8 @@ protected: NameMap m_nameMap; +public: + template <class TYPE> class registerer { @@ -56,7 +58,6 @@ protected: } }; -public: template <class T> void registerName(const string& name) |