Skip to content

Commit 1260bb0

Browse files
committed
back to rValueReferenceType
1 parent e69bdb4 commit 1260bb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpp-ci-serial-programs-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
match cxxConstructExpr(
150150
isExpansionInFileMatching("SerialPrograms/"),
151151
hasDeclaration(cxxConstructorDecl(ofClass(hasName("ImageViewRGB32")))),
152-
hasArgument(0, hasType(pointee(hasType(asString("VideoSnapshot"))))),
152+
hasArgument(0, hasType(rValueReferenceType(hasType(asString("VideoSnapshot"))))),
153153
unless(hasAncestor(functionDecl(isInline())))
154154
)
155155
EOF

0 commit comments

Comments
 (0)