From efe2a523829fbcc18b010022eee23610830f1cc5 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Tue, 2 Oct 2012 16:19:04 +0200 Subject: fix header guards --- src/proxy_song_list.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/proxy_song_list.h') 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 -- cgit v1.2.3