diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-10-02 16:19:04 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-10-02 16:19:04 +0200 |
commit | efe2a523829fbcc18b010022eee23610830f1cc5 (patch) | |
tree | 0b7e696f530d5bea704093640d978f168c48c3f9 /src/proxy_song_list.h | |
parent | 592a156aaa65f5c130911753f7e524aa1e341e44 (diff) |
fix header guards
Diffstat (limited to 'src/proxy_song_list.h')
-rw-r--r-- | src/proxy_song_list.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/proxy_song_list.h b/src/proxy_song_list.h index 30429564..7cbfb406 100644 --- a/src/proxy_song_list.h +++ b/src/proxy_song_list.h @@ -18,8 +18,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef _PROXY_SONG_LIST -#define _PROXY_SONG_LIST +#ifndef NCMPCPP_PROXY_SONG_LIST_H +#define NCMPCPP_PROXY_SONG_LIST_H #include "menu.h" #include "song.h" @@ -127,4 +127,4 @@ public: operator bool() const { return m_impl.get() != 0; } }; -#endif +#endif // NCMPCPP_PROXY_SONG_LIST_H |