diff options
| author | 2020-03-30 17:24:12 +0100 | |
|---|---|---|
| committer | 2020-03-30 17:24:12 +0100 | |
| commit | 9ebda853f5bc470858501897442610699a5fd5de (patch) | |
| tree | 95868366404431602883c9671a0b9f5df60e322f /src/base.cpp | |
| parent | Add support for the servers/ignore-shun privilege. (diff) | |
Fix various documentation and formatting issues.
Diffstat (limited to 'src/base.cpp')
| -rw-r--r-- | src/base.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base.cpp b/src/base.cpp index d44fcf048..1f9ba3264 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -299,7 +299,7 @@ LocalStringExt::~LocalStringExt() std::string LocalStringExt::ToInternal(const Extensible* container, void* item) const { - return item ? *static_cast<std::string*>(item) : std::string(); + return item ? *static_cast<std::string*>(item) : std::string(); } void LocalStringExt::FromInternal(Extensible* container, const std::string& value) |
