MSIR.0828 AUTO value missing or invalid: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Automatically generated page update  | 
				 Automatically generated page update  | 
				||
| Line 1: | Line 1: | ||
The <  | The <var>Auto</var> qualifier on an object variable declaration was not followed by an appropriate constructor name such as <tt>New</tt>. Since <var>Auto</var> indicates that an instance of the object should be created on first new reference to the object variable, it must be followed by the name of the constructor to be invoked on such a reference.  | ||
[[Category:Sirius Mods messages]]  | [[Category:Sirius Mods messages]]  | ||
Revision as of 20:01, 23 April 2014
The Auto qualifier on an object variable declaration was not followed by an appropriate constructor name such as New. Since Auto indicates that an instance of the object should be created on first new reference to the object variable, it must be followed by the name of the constructor to be invoked on such a reference.