summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Sluift/Helpers.h')
-rw-r--r--Sluift/Helpers.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Sluift/Helpers.h b/Sluift/Helpers.h
index ebf50f1..6af3906 100644
--- a/Sluift/Helpers.h
+++ b/Sluift/Helpers.h
@@ -12,9 +12,9 @@
#include <Swiften/Base/Override.h>
namespace Swift {
- class ClientError;
- class ComponentError;
+ class ClientError;
+ class ComponentError;
- std::string getErrorString(const ClientError& error);
- std::string getErrorString(const ComponentError& error);
+ std::string getErrorString(const ClientError& error);
+ std::string getErrorString(const ComponentError& error);
}