Chromium Code Reviews| Index: courgette/adjustment_method_2.cc |
| =================================================================== |
| --- courgette/adjustment_method_2.cc (revision 21139) |
| +++ courgette/adjustment_method_2.cc (working copy) |
| @@ -1248,7 +1248,7 @@ |
| class Adjuster : public AdjustmentMethod { |
| public: |
| - Adjuster() {} |
| + Adjuster() : prog_(NULL), model_(NULL) {} |
| ~Adjuster() {} |
| bool Adjust(const AssemblyProgram& model, AssemblyProgram* program) { |