From ab1f092d759af39c4066be979e4fa6dfbb9ec7f3 Mon Sep 17 00:00:00 2001 From: jakcron Date: Tue, 22 May 2018 14:37:38 +0800 Subject: [PATCH] [fnd] unstub Exception::error() --- lib/libfnd/source/Exception.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libfnd/source/Exception.cpp b/lib/libfnd/source/Exception.cpp index c50f256..e123cc4 100644 --- a/lib/libfnd/source/Exception.cpp +++ b/lib/libfnd/source/Exception.cpp @@ -44,5 +44,5 @@ const char* Exception::module() const noexcept const char * fnd::Exception::error() const noexcept { - return nullptr; + return error_.c_str(); }