MSIR.0778 (methtype) (methname) not declared: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
A method definition appeared for a method that had not been declared in a <tt>Public</tt>, <tt>Private</tt>, <tt>Public Shared</tt>, or <tt>Private Shared</tt> block. All methods must be declared in one of the indicated blocks. It is usually easiest to copy the method definition to a declaration, or to use a tool (such as Xtend http://yoda-software.com.au) that does this automatically. Copy the method definition to the appropriate class declaration block.
A method definition appeared for a method that had not been declared in a <tt>Public</tt>, <tt>Private</tt>, <tt>Public Shared</tt>, or <tt>Private Shared</tt> block. All methods must be declared in one of the indicated blocks. It is usually easiest to copy the method definition to a declaration, or to use a tool (such as Xtend &#x2014; http://yoda-software.com.au) that does this automatically. Copy the method definition to the appropriate class declaration block.


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

Revision as of 17:59, 19 April 2013

A method definition appeared for a method that had not been declared in a Public, Private, Public Shared, or Private Shared block. All methods must be declared in one of the indicated blocks. It is usually easiest to copy the method definition to a declaration, or to use a tool (such as Xtend — http://yoda-software.com.au) that does this automatically. Copy the method definition to the appropriate class declaration block.