Remove a more cppcheck warnings in vhdlpp.

This patch removes a few more cppcheck warnings in the vhdlpp directory.
This commit is contained in:
Cary R
2011-10-14 18:40:39 -07:00
committed by Stephen Williams
parent 8f17e79b7e
commit 209a78a439
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ class Scope : public ScopeBase {
class ActiveScope : public ScopeBase {
public:
ActiveScope() { }
ActiveScope() : context_entity_(0) { }
ActiveScope(ActiveScope*par) : ScopeBase(*par), context_entity_(0) { }
~ActiveScope() { }