diff options
Diffstat (limited to 'Sluift/Helpers.h')
-rw-r--r-- | Sluift/Helpers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Sluift/Helpers.h b/Sluift/Helpers.h index d04a610..157e116 100644 --- a/Sluift/Helpers.h +++ b/Sluift/Helpers.h @@ -12,10 +12,9 @@ #include <string> namespace Swift { class ClientError; class ComponentError; - template<typename T> std::string getCommonErrorString(T& error); std::string getErrorString(const ClientError& error); std::string getErrorString(const ComponentError& error); } |