summaryrefslogtreecommitdiff
path: root/Source/cmcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmcmd.h')
-rw-r--r--Source/cmcmd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmcmd.h b/Source/cmcmd.h
index 64b240623a..8da2103453 100644
--- a/Source/cmcmd.h
+++ b/Source/cmcmd.h
@@ -18,14 +18,13 @@
class cmcmd
{
public:
-
/**
* Execute commands during the build process. Supports options such
* as echo, remove file etc.
*/
static int ExecuteCMakeCommand(std::vector<std::string>&);
-protected:
+protected:
static int SymlinkLibrary(std::vector<std::string>& args);
static int SymlinkExecutable(std::vector<std::string>& args);
static bool SymlinkInternal(std::string const& file,