Skip to content
Snippets Groups Projects
Commit 0f06731a authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

Fixing deletion error

parent 14d676a2
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,10 @@ namespace xacc { ...@@ -39,6 +39,10 @@ namespace xacc {
template<typename DerivedGraph> template<typename DerivedGraph>
class GraphIR : public IR { class GraphIR : public IR {
protected:
DerivedGraph graph;
public: public:
GraphIR(DerivedGraph& g) : GraphIR(DerivedGraph& g) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment