summaryrefslogtreecommitdiff
path: root/src/model/Sport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/Sport.h')
-rw-r--r--src/model/Sport.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/model/Sport.h b/src/model/Sport.h
index 2ca83a3..c5d1c66 100644
--- a/src/model/Sport.h
+++ b/src/model/Sport.h
@@ -1,5 +1,4 @@
-#ifndef ITAT_CHALLANGE_OLYMPICS_SPORT_H
-#define ITAT_CHALLANGE_OLYMPICS_SPORT_H
+#pragma once
#include "MedalWinner.h"
#include "CompetitorWithResults.h"
@@ -126,5 +125,3 @@ private:
float calcRelativeStat(QString ref, QString val);
};
-
-#endif