Skip to content

Commit bb7e32f

Browse files
fixed a compiler warning
1 parent 47b07e8 commit bb7e32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppast/include/cppast/cpp_control_blocks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ class CppForBlock : public CppEntity
128128

129129
private:
130130
const std::unique_ptr<CppEntity> start_;
131-
const std::unique_ptr<const CppExpression> step_;
132131
const std::unique_ptr<const CppExpression> stop_;
132+
const std::unique_ptr<const CppExpression> step_;
133133
const std::unique_ptr<CppEntity> body_;
134134
};
135135

0 commit comments

Comments
 (0)