2009-12-11 Doug Kwan <dougkwan@google.com>
[deliverable/binutils-gdb.git] / gold / attributes.h
index 7c4baf4b9507b7c245fb9cf3a662aa032437a44c..dbfba845c2c62a38043ffd0d23f2a823ef609c28 100644 (file)
@@ -103,8 +103,8 @@ class Object_attribute
 
   // Set attribute type.
   void
-  set_type(int type)
-  { this->type_ = type; }
+  set_type(int at)
+  { this->type_ = at; }
 
   // Return integer value.
   unsigned int
This page took 0.027254 seconds and 4 git commands to generate.