diff options
Diffstat (limited to 'src/playlist_editor.h')
-rw-r--r-- | src/playlist_editor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/playlist_editor.h b/src/playlist_editor.h index 3b7d9db5..c287b1dd 100644 --- a/src/playlist_editor.h +++ b/src/playlist_editor.h @@ -18,8 +18,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef _PLAYLIST_EDITOR_H -#define _PLAYLIST_EDITOR_H +#ifndef NCMPCPP_PLAYLIST_EDITOR_H +#define NCMPCPP_PLAYLIST_EDITOR_H #include "interfaces.h" #include "screen.h" @@ -91,5 +91,5 @@ private: extern PlaylistEditor *myPlaylistEditor; -#endif +#endif // NCMPCPP_PLAYLIST_EDITOR_H |