Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1dfc60

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/exprs/Cast.qll
Co-Authored-By: Jonas Jensen <[email protected]>
1 parent 79a000d commit b1dfc60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/src/semmle/code/cpp/exprs

cpp/ql/src/semmle/code/cpp/exprs/Cast.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ class UuidofOperator extends Expr, @uuidof {
646646
* ```
647647
* Base *ptr = new Derived;
648648
* const std::type_info &info1 = typeid(ptr);
649-
* printf("the type of ptr is: %s\n", typeid(ptr).name);
649+
* printf("the type of ptr is: %s\n", typeid(ptr).name());
650650
* ```
651651
*/
652652
class TypeidOperator extends Expr, @type_id {

0 commit comments

Comments
 (0)