浏览代码

Clarify that sq_newclass pushes the new class in the stack.

lindqva 8 年之前
父节点
当前提交
26a655a503
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/source/reference/api/object_creation_and_handling.rst

+ 1 - 1
doc/source/reference/api/object_creation_and_handling.rst

@@ -355,7 +355,7 @@ creates a new array and pushes it in the stack
     :param SQBool hasbase: if the parameter is true the function expects a base class on top of the stack.
     :param SQBool hasbase: if the parameter is true the function expects a base class on top of the stack.
     :returns: a SQRESULT
     :returns: a SQRESULT
 
 
-creates a new class object. If the parameter 'hasbase' is different than 0, the function pops a class from the stack and inherits the new created class from it.
+creates a new class object. If the parameter 'hasbase' is different than 0, the function pops a class from the stack and inherits the new created class from it. The new class is pushed in the stack.