commit 0863e651fb27806be524fd64009f443ca2c19097 parent 9346984eaf978b94c2d6fcb00d078378c7e718bc Author: falkTX <falktx@gmail.com> Date: Thu, 22 Oct 2015 10:03:35 +0200 Add missing '#pragma once' to TmpFileMgr.h Diffstat:
M | src/Misc/TmpFileMgr.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/Misc/TmpFileMgr.h b/src/Misc/TmpFileMgr.h @@ -1,3 +1,4 @@ +#pragma once /** This file provides routines for using zyn's tmp files.