summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/woverview.h')
-rw-r--r--src/widget/woverview.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/widget/woverview.h b/src/widget/woverview.h
index 03be183855..7657ed1469 100644
--- a/src/widget/woverview.h
+++ b/src/widget/woverview.h
@@ -9,8 +9,7 @@
// Copyright: See COPYING file that comes with this distribution
//
//
-#ifndef WOVERVIEW_H
-#define WOVERVIEW_H
+#pragma once
#include <QColor>
#include <QList>
@@ -197,5 +196,3 @@ class WOverview : public WWidget, public TrackDropTarget {
bool m_trackLoaded;
double m_scaleFactor;
};
-
-#endif