summaryrefslogtreecommitdiff
path: root/src/task_cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/task_cc.h')
-rw-r--r--src/task_cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task_cc.h b/src/task_cc.h
index 67d8d45..f5ae95d 100644
--- a/src/task_cc.h
+++ b/src/task_cc.h
@@ -33,7 +33,7 @@ public:
std::string toJSON() const override;
-private:
+protected:
std::vector<std::string> flags() const;
std::string flagsString() const;
std::vector<std::string> getCompilerArgs() const;