Skip to content

Commit

Permalink
set_type() in SgAsmExpression has to be virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
ssunny7 committed Jul 18, 2016
1 parent fdf66ae commit 91be3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataflowAPI/rose/SgAsmExpression.h
Expand Up @@ -23,7 +23,7 @@ class SgAsmExpression : public SgAsmNode {
public:
virtual SgAsmType *get_type() const;

void set_type(SgAsmType *type);
virtual void set_type(SgAsmType *type);

/*! \brief returns a string representing the class name */
virtual std::string class_name() const;
Expand Down

0 comments on commit 91be3b4

Please sign in to comment.