diff options
Diffstat (limited to 'src/core/bufferfragment_p.h')
-rw-r--r-- | src/core/bufferfragment_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bufferfragment_p.h b/src/core/bufferfragment_p.h index a86e2922..bbc09a2b 100644 --- a/src/core/bufferfragment_p.h +++ b/src/core/bufferfragment_p.h @@ -40,7 +40,7 @@ class KConfigIniBackend::BufferFragment public: - BufferFragment() : d(Q_NULLPTR), len(0) + BufferFragment() : d(nullptr), len(0) { } |