MSIR.0827 AUTO not supported for (what): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
The <tt>Auto</tt> qualifier was specified on an object variable declaration but Auto is not supported for that class. The <tt>Auto</tt> keyword should be removed and a run-time instantiation method (probably <tt>New</tt>) should be added to the request.
The <var>Auto</var> qualifier was specified on an object variable declaration but Auto is not supported for that class. The <var>Auto</var> keyword should be removed and a run-time instantiation method (probably <tt>New</tt>) should be added to the request.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 20:01, 23 April 2014

The Auto qualifier was specified on an object variable declaration but Auto is not supported for that class. The Auto keyword should be removed and a run-time instantiation method (probably New) should be added to the request.