summaryrefslogtreecommitdiff
path: root/src/stdexcept.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdexcept.cc')
-rw-r--r--src/stdexcept.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdexcept.cc b/src/stdexcept.cc
index 3d4e086..e5ee812 100644
--- a/src/stdexcept.cc
+++ b/src/stdexcept.cc
@@ -18,7 +18,7 @@ exception::~exception() {
}
const char* exception::what() const throw() {
- return 0;
+ return "std::exception";
}