diff options
Diffstat (limited to 'lang/cpp/src/error.h')
-rw-r--r-- | lang/cpp/src/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/error.h b/lang/cpp/src/error.h index d1367046..bc970e36 100644 --- a/lang/cpp/src/error.h +++ b/lang/cpp/src/error.h @@ -48,6 +48,7 @@ public: const char *source() const; const char *asString() const; + std::string asStdString() const; int code() const; int sourceID() const; |