summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'public/frameworks/KernelTest.fwrk/headers/SourceLocation.h')
-rw-r--r--public/frameworks/KernelTest.fwrk/headers/SourceLocation.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h b/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h
index 39fdafbb..eb6b8648 100644
--- a/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h
+++ b/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef HEADERS_SOURCELOCATION_H
+#define HEADERS_SOURCELOCATION_H
#include <KernelTest.fwrk/headers/Foundation.h>
@@ -31,4 +32,6 @@ class KTSourceLocation final CF_OBJECT {
private:
CF::CFString mFile{4096};
SInt32 mLine{0U};
-}; \ No newline at end of file
+};
+
+#endif