From: Oscar Fuentes Date: Mon, 17 Aug 2009 04:10:20 +0000 (+0000) Subject: Make a declaration consistent with its definition. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f70bc559a12c410aefab470f1349922ae7b19307;p=oota-llvm.git Make a declaration consistent with its definition. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79220 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h index 349426beecb..1842d7bda48 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.