diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2014-11-11 00:18:51 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2014-11-11 00:18:51 +0100 |
commit | 25ac152b0d45c31b39d719a3888649e72ef12bbf (patch) | |
tree | 85fc1b021918f4ea506f15bcea305c5adbd179c5 /src/tag_editor.cpp | |
parent | 61d841d29af086b9f7cbc9b1fd5786ea7644587d (diff) |
remove silly comment after namespaces
Diffstat (limited to 'src/tag_editor.cpp')
-rw-r--r-- | src/tag_editor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag_editor.cpp b/src/tag_editor.cpp index 3e4c7eb7..d39be1af 100644 --- a/src/tag_editor.cpp +++ b/src/tag_editor.cpp @@ -47,7 +47,7 @@ using Global::MainStartY; TagEditor *myTagEditor; -namespace {// +namespace { size_t LeftColumnWidth; size_t LeftColumnStartX; @@ -950,7 +950,7 @@ void TagEditor::LocateSong(const MPD::Song &s) } } -namespace {// +namespace { bool isAnyModified(const NC::Menu<MPD::MutableSong> &m) { |