Proper include guard
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef GCRYPTCLI_CLIINTERFACE_H
|
||||
#define GCRYPTCLI_CLIINTERFACE_H
|
||||
|
||||
#include <Hazelnupp/CmdArgsInterface.h>
|
||||
|
||||
class CommandlineInterface
|
||||
@@ -19,3 +21,5 @@ private:
|
||||
static Hazelnp::CmdArgsInterface nupp;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user