Use nullptr instead of NULL. Use cstdint instead of stdint.h.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "Barcode1dBase.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
namespace glbarcode
|
||||
|
||||
Reference in New Issue
Block a user