Make a declaration consistent with its definition.
authorOscar Fuentes <ofv@wanadoo.es>
Mon, 17 Aug 2009 04:10:20 +0000 (04:10 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Mon, 17 Aug 2009 04:10:20 +0000 (04:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79220 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APFloat.h

index 349426beecb59d315c25f51edf881b459bca2424..1842d7bda4817f1221e8214a38b26d8959d556cc 100644 (file)
@@ -109,7 +109,7 @@ namespace llvm {
   typedef signed short exponent_t;
 
   struct fltSemantics;
-  struct StringRef;
+  class StringRef;
 
   /* When bits of a floating point number are truncated, this enum is
      used to indicate what fraction of the LSB those bits represented.