ext/common/ApplicationPool2/ComponentInfo.h in passenger-4.0.48 vs ext/common/ApplicationPool2/ComponentInfo.h in passenger-4.0.49

- old
+ new

@@ -34,13 +34,13 @@ struct ComponentInfo { string name; bool isDefault; - + /****************/ /****************/ - + ComponentInfo() { isDefault = false; /******************/ } };