Skip to content

Commit 1c54f77

Browse files
committed
Access removeComments and createDirectives through class in helpers.cpp
1 parent 3762b49 commit 1c54f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void SimpleTokenizer2::preprocess(const char* code, std::size_t size, std::vecto
122122
tokenizer.list.createTokens(std::move(tokens2));
123123

124124
std::list<Directive> directives;
125-
preprocessor.createDirectives(tokens1, directives);
125+
Preprocessor::createDirectives(tokens1, directives);
126126
tokenizer.setDirectives(std::move(directives));
127127
}
128128

0 commit comments

Comments
 (0)