aboutsummaryrefslogtreecommitdiff
path: root/dep/src/sockets/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dep/src/sockets/Exception.cpp')
-rw-r--r--dep/src/sockets/Exception.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/dep/src/sockets/Exception.cpp b/dep/src/sockets/Exception.cpp
index a005669e4c9..b3844982c0f 100644
--- a/dep/src/sockets/Exception.cpp
+++ b/dep/src/sockets/Exception.cpp
@@ -1,7 +1,7 @@
/**
- ** \file Exception.cpp
- ** \date 2007-09-28
- ** \author grymse@alhem.net
+ ** \file Exception.cpp
+ ** \date 2007-09-28
+ ** \author grymse@alhem.net
**/
/*
Copyright (C) 2007 Anders Hedstrom
@@ -38,7 +38,7 @@ Exception::Exception(const std::string& description) : m_description(description
const std::string Exception::ToString() const
{
- return m_description;
+ return m_description;
}