Start using some C++ 14 features.
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ class OutputFile;
|
||||
|
||||
class PackMaster {
|
||||
public:
|
||||
PackMaster(InputFile *f, options_t *o = NULL);
|
||||
PackMaster(InputFile *f, options_t *o = nullptr);
|
||||
virtual ~PackMaster();
|
||||
|
||||
void pack(OutputFile *fo);
|
||||
|
||||
Reference in New Issue
Block a user