aboutsummaryrefslogtreecommitdiff
path: root/week-3/TIer.h
diff options
context:
space:
mode:
Diffstat (limited to 'week-3/TIer.h')
-rw-r--r--week-3/TIer.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/week-3/TIer.h b/week-3/TIer.h
deleted file mode 100644
index 35147e4..0000000
--- a/week-3/TIer.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-#include "IBeroep.h"
-#include <string>
-
-class TIer : public IBeroep {
- public:
- virtual std::string getNaam() const;
-};
-