changeset 3468:4c89b6160563

fix the fix of the fix (this time for good !)
author Alain Mazy <alain@mazy.be>
date Thu, 11 Jul 2019 10:27:01 +0200
parents 324f6b966c7a
children 9aaf40d504a2
files Resources/Samples/CppHelpers/Logging/ILogger.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/Samples/CppHelpers/Logging/ILogger.h	Thu Jul 11 10:24:37 2019 +0200
+++ b/Resources/Samples/CppHelpers/Logging/ILogger.h	Thu Jul 11 10:27:01 2019 +0200
@@ -1,4 +1,4 @@
-v#pragma once
+#pragma once
 
 #include <string>
 #include <vector>