Index: core/fxge/dib/dib_int.h |
diff --git a/core/fxge/dib/dib_int.h b/core/fxge/dib/dib_int.h |
index ebb1ddc0ed220b28b2fe409a950489ef5d1ba7bc..415362d51d30feacf821d3c4db3480c0bea04616 100644 |
--- a/core/fxge/dib/dib_int.h |
+++ b/core/fxge/dib/dib_int.h |
@@ -42,10 +42,10 @@ struct PixelWeight { |
}; |
class CWeightTable { |
public: |
- CWeightTable() { m_pWeightTables = NULL; } |
+ CWeightTable() { m_pWeightTables = nullptr; } |
~CWeightTable() { |
FX_Free(m_pWeightTables); |
- m_pWeightTables = NULL; |
+ m_pWeightTables = nullptr; |
} |
void Calc(int dest_len, |
int dest_min, |