Make the EDis tables const.
[oota-llvm.git] / include / llvm / MC / MCDisassembler.h
index 8022cc1cf1a4003fbdd18da6185dfc04765773a2..079746b05b742ab81e103469e1cbd2313a8b7af4 100644 (file)
@@ -90,7 +90,7 @@ public:
   /// @return         - An array of instruction information, with one entry for
   ///                   each MCInst opcode this disassembler returns.
   ///                   NULL if there is no info for this target.
-  virtual EDInstInfo   *getEDInfo() const { return (EDInstInfo*)0; }
+  virtual const EDInstInfo   *getEDInfo() const { return (EDInstInfo*)0; }
 
 private:
   //