diff options
| author | jakalletti <[email protected]> | 2022-02-10 16:45:57 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:57 +0300 |
| commit | e2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs | |
| parent | 43fcb614adecb5c1e5922dd592beb143b758e2bc (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs')
| -rw-r--r-- | contrib/libs/poco/Foundation/include/Poco/Exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/poco/Foundation/include/Poco/Exception.h b/contrib/libs/poco/Foundation/include/Poco/Exception.h index 7cb6a4ab054..b2ad47ce897 100644 --- a/contrib/libs/poco/Foundation/include/Poco/Exception.h +++ b/contrib/libs/poco/Foundation/include/Poco/Exception.h @@ -70,7 +70,7 @@ public: int code() const; /// Returns the exception code if defined. - virtual std::string displayText() const; + virtual std::string displayText() const; /// Returns a string consisting of the /// message name and the message text. |
