Skip to content
Snippets Groups Projects
Verified Commit f0002c5a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix compiler warning introduced by 61b37942

parent c3b0ce8e
No related branches found
No related tags found
No related merge requests found
...@@ -263,8 +263,8 @@ public: ...@@ -263,8 +263,8 @@ public:
class OccbinGraphStatement : public Statement class OccbinGraphStatement : public Statement
{ {
private: private:
const OptionsList options_list;
const SymbolList symbol_list; const SymbolList symbol_list;
const OptionsList options_list;
public: public:
OccbinGraphStatement(SymbolList symbol_list_arg, OccbinGraphStatement(SymbolList symbol_list_arg,
OptionsList options_list_arg); OptionsList options_list_arg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment