(svn r15441) -Cleanup: Use a return value instead of passing a pointer to where the result should be stored.
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
/**
|
||||
* Check if a given method exists.
|
||||
*/
|
||||
void CheckMethods(SQInteger *res, const char *name);
|
||||
bool CheckMethod(const char *name);
|
||||
|
||||
/**
|
||||
* Process the creation of a FileInfo object.
|
||||
|
Reference in New Issue
Block a user