Properly initialize value :)

llvm-svn: 40059
This commit is contained in:
Anton Korobeynikov 2007-07-19 15:32:47 +00:00
parent 8c6657894f
commit 609ef3bdb9

View File

@ -43,7 +43,7 @@ public:
/// @{
public:
TypeSymbolTable() {}
TypeSymbolTable():LastUnique(0) {}
~TypeSymbolTable();
/// @}