diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-09 05:06:05 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-09 05:06:05 -0500 |
| commit | dfa97018d242a736ce4d73803a52f70e701b7f2f (patch) | |
| tree | 3f511a598eeb7e317210807443f9111dffe53ee3 /sigscript/Config.h | |
| parent | 231e4e04db1d97330cd5f15789069000ec186138 (diff) | |
| download | sigen-dfa97018d242a736ce4d73803a52f70e701b7f2f.tar.gz sigen-dfa97018d242a736ce4d73803a52f70e701b7f2f.tar.xz sigen-dfa97018d242a736ce4d73803a52f70e701b7f2f.zip | |
Remove unneeded template specifications
Diffstat (limited to 'sigscript/Config.h')
| -rw-r--r-- | sigscript/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigscript/Config.h b/sigscript/Config.h index 69277e61..209795bc 100644 --- a/sigscript/Config.h +++ b/sigscript/Config.h @@ -98,7 +98,7 @@ template<typename T> bool Config::valueOfType(const QString& name, T* value, con while (par) { if (par->hasValue(name)) - return par->valueOfType<T>(name, value, true); + return par->valueOfType(name, value, true); par = par->m_parent; } } |
