diff options
Diffstat (limited to 'src/String.cpp')
-rw-r--r-- | src/String.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/String.cpp b/src/String.cpp index 0965349..7bc3abc 100644 --- a/src/String.cpp +++ b/src/String.cpp @@ -77,4 +77,4 @@ std::string String::GetValue() const return ret; } -}; +} // namespace PList |