diff options
Diffstat (limited to 'lang/cpp/src/context_vanilla.cpp')
-rw-r--r-- | lang/cpp/src/context_vanilla.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cpp/src/context_vanilla.cpp b/lang/cpp/src/context_vanilla.cpp index 60ddea20..1d7d14d5 100644 --- a/lang/cpp/src/context_vanilla.cpp +++ b/lang/cpp/src/context_vanilla.cpp @@ -30,10 +30,10 @@ GIOChannel *GpgME::getGIOChannel(int) { - return 0; + return nullptr; } QIODevice *GpgME::getQIODevice(int) { - return 0; + return nullptr; } |