diff options
Diffstat (limited to 'shared/fileHandling.h')
-rw-r--r-- | shared/fileHandling.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/fileHandling.h b/shared/fileHandling.h index b12f6f03..95d8fddd 100644 --- a/shared/fileHandling.h +++ b/shared/fileHandling.h @@ -1,5 +1,5 @@ -#ifndef RECYCLER_H_INCLUDED -#define RECYCLER_H_INCLUDED +#ifndef RECYCLER2_H_INCLUDED +#define RECYCLER2_H_INCLUDED #include "zstring.h" #include "fileError.h" @@ -83,4 +83,4 @@ void copyFile(const Zstring& sourceFile, } -#endif // RECYCLER_H_INCLUDED +#endif // RECYCLER2_H_INCLUDED |