b368761 Use 'constructed' vfunc instead of 'constructor'

Authored and Committed by jjongsma 9 years ago
    Use 'constructed' vfunc instead of 'constructor'
    
    We don't need the added complexity of 'constructor', since we only want
    to do some final initializing after all of the properties have been set,
    etc. So just use the simpler 'constructed'.
    
        
file modified
+4 -12