summaryrefslogtreecommitdiff
path: root/toxcore/ccompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/ccompat.h')
-rw-r--r--toxcore/ccompat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/ccompat.h b/toxcore/ccompat.h
index f4aa1d89..5b37a294 100644
--- a/toxcore/ccompat.h
+++ b/toxcore/ccompat.h
@@ -38,7 +38,7 @@
38 38
39#endif 39#endif
40 40
41#ifndef __cplusplus 41#if !defined(__cplusplus) || __cplusplus < 201103L
42#define nullptr NULL 42#define nullptr NULL
43#endif 43#endif
44 44