improve comments.
[oota-llvm.git] / include / llvm / Assembly / AsmAnnotationWriter.h
index b25494072213d19ccb186bff20d295a886ee81c4..6c3ddaf7d0ab3519a370eefae866e7f3f85d85cb 100644 (file)
@@ -24,7 +24,8 @@ class BasicBlock;
 class Instruction;
 class raw_ostream;
 
-struct AssemblyAnnotationWriter {
+class AssemblyAnnotationWriter {
+public:
 
   virtual ~AssemblyAnnotationWriter();