src/core/interface-id-default-value.h
changeset 2252 80595448707a
parent 2250 18f432098389
--- a/src/core/interface-id-default-value.h	Tue Jan 15 12:43:07 2008 +0100
+++ b/src/core/interface-id-default-value.h	Tue Jan 15 12:44:09 2008 +0100
@@ -12,14 +12,14 @@
   /**
    * \param name the name of this default value.
    * \param help the help text associated to this default value
-   * \param iid the interface id which all objects created
+   * \param tid the interface id which all objects created
    *        through this "default value" must support.
    * \param defaultValue the name of the object to create
    *        by default.
    */
   TypeIdDefaultValue (std::string name, 
 			   std::string help,
-			   TypeId iid,
+			   TypeId tid,
 			   std::string defaultValue);
   /**
    * \returns the TypeId of the object selected by the user.