diff options
Diffstat (limited to 'qicclient')
| -rw-r--r-- | qicclient/client.hxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/qicclient/client.hxx b/qicclient/client.hxx index aac8fb6..14c3652 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -10,7 +10,7 @@ namespace ICClient {  		Q_OBJECT  		public: -			Client(char const* url, char const* certificate = NULL); +			Client(char const* url, char const* certificate = nullptr);  			~Client();  		public slots: |