PlaylistListView: Fix incorrect header guard
This commit is contained in:
parent
358da72ffe
commit
1ebcd61a75
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue