summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-08-17 04:10:20 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-08-17 04:10:20 +0000
commitf70bc559a12c410aefab470f1349922ae7b19307 (patch)
treebb0611e7e51eb60a03490f256ef12a8ac8357eb0 /include
parent22624b1d8e7f8c9a4138e90c4e798b85b1b3d7c8 (diff)
downloadllvm-f70bc559a12c410aefab470f1349922ae7b19307.tar.gz
llvm-f70bc559a12c410aefab470f1349922ae7b19307.tar.bz2
llvm-f70bc559a12c410aefab470f1349922ae7b19307.tar.xz
Make a declaration consistent with its definition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79220 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/APFloat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h
index 349426beec..1842d7bda4 100644
--- a/include/llvm/ADT/APFloat.h
+++ b/include/llvm/ADT/APFloat.h
@@ -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.