Skip to content

Commit

Permalink
Make RequestOptions const.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Dec 17, 2024
1 parent 63841be commit 7dec3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clad/Differentiator/DiffPlanner.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ struct DiffRequest {
const clang::FunctionDecl* m_TopMostFD = nullptr;
clang::Sema& m_Sema;

RequestOptions& m_Options;
const RequestOptions& m_Options;

public:
DiffCollector(clang::DeclGroupRef DGR, DiffInterval& Interval,
Expand Down

0 comments on commit 7dec3a9

Please sign in to comment.