Fix uninitialized variable is vhdl Expression.

This commit is contained in:
Stephen Williams 2011-06-13 17:46:05 -07:00
parent 55dbbf8ee1
commit e62b09d610
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
using namespace std;
Expression::Expression()
: type_(0)
{
}