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/mutable_song.h | |
parent | 61d841d29af086b9f7cbc9b1fd5786ea7644587d (diff) |
remove silly comment after namespaces
Diffstat (limited to 'src/mutable_song.h')
-rw-r--r-- | src/mutable_song.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mutable_song.h b/src/mutable_song.h index f10b80e8..8c6a5bd8 100644 --- a/src/mutable_song.h +++ b/src/mutable_song.h @@ -25,7 +25,7 @@ #include "config.h" #include "song.h" -namespace MPD {// +namespace MPD { struct MutableSong : public Song { |