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