--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40261
This commit is contained in:
Borja Ferrer 2007-01-01 21:31:09 +00:00
parent 929957643f
commit 5d23974a3e

View File

@ -397,7 +397,7 @@ namespace SourcePawn
* @brief Retrieves the name of the last native called.
* Returns NULL if there was no native that caused the error.
*
* @param index Opterional pointer to store index.
* @param index Optional pointer to store index.
* @return Native name, or NULL if none.
*/
virtual const char *GetLastNative(uint32_t *index) =0;