Skip to content

Commit

Permalink
BUG: Corrected null constructor (mantis #194)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed May 23, 2011
1 parent 40d36eb commit 6b66937
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ class explicitSource
fieldList() fieldList()
: :
HashTable<Type>(0), HashTable<Type>(0),
OwnerPtr_() OwnerPtr_(*this)
{} {}




Expand Down

0 comments on commit 6b66937

Please sign in to comment.