Skip to content

Commit

Permalink
The forward declare should be a struct instead of a class (to be cons…
Browse files Browse the repository at this point in the history
…istent with the definition, as well as to silence an MSVC C4099 warning).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204928 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
AaronBallman committed Mar 27, 2014
1 parent 743cf74 commit aebc63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
namespace llvm {

class MCAssembler;
class MCFixupKindInfo;
struct MCFixupKindInfo;
class Target;
class MCObjectWriter;

Expand Down

0 comments on commit aebc63a

Please sign in to comment.