PlaylistListView: Fix incorrect header guard

This commit is contained in:
Jonas Kvinge 2024-08-11 23:30:03 +02:00
parent 358da72ffe
commit 1ebcd61a75
1 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@
*
*/
#ifndef PLAYLISTVIEW_H
#define PLAYLISTVIEW_H
#ifndef PLAYLISTLISTVIEW_H
#define PLAYLISTLISTVIEW_H
#include "config.h"
@ -65,4 +65,4 @@ class PlaylistListView : public AutoExpandingTreeView {
QBasicTimer drag_hover_timer_;
};
#endif // PLAYLISTVIEW_H
#endif // PLAYLISTLISTVIEW_H