summaryrefslogtreecommitdiff
path: root/gui/graphing/heatmapview.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/graphing/heatmapview.h')
-rw-r--r--gui/graphing/heatmapview.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/graphing/heatmapview.h b/gui/graphing/heatmapview.h
index 781c9a7a..86d8848d 100644
--- a/gui/graphing/heatmapview.h
+++ b/gui/graphing/heatmapview.h
@@ -1,5 +1,4 @@
-#ifndef HEATMAPVIEW_H
-#define HEATMAPVIEW_H
+#pragma once
#include "graphview.h"
@@ -120,5 +119,3 @@ protected:
int m_rowHeight;
HeatmapDataProvider* m_data;
};
-
-#endif