diff options
Diffstat (limited to 'include/llvm/System/MappedFile.h')
-rw-r--r-- | include/llvm/System/MappedFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/MappedFile.h b/include/llvm/System/MappedFile.h index f6b656c..0a3f21b 100644 --- a/include/llvm/System/MappedFile.h +++ b/include/llvm/System/MappedFile.h @@ -21,7 +21,7 @@ namespace sys { /// Forward declare a class used for holding platform specific information /// that needs to be - class MappedFileInfo; + struct MappedFileInfo; /// This class provides an abstraction for a memory mapped file in the /// operating system's filesystem. It provides platform independent operations |