summaryrefslogtreecommitdiff
path: root/src/buildtool/profile/profile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/profile/profile.hpp')
-rw-r--r--src/buildtool/profile/profile.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/profile/profile.hpp b/src/buildtool/profile/profile.hpp
index 0db655fb..099ce2cc 100644
--- a/src/buildtool/profile/profile.hpp
+++ b/src/buildtool/profile/profile.hpp
@@ -46,6 +46,7 @@ class Profile {
IExecutionResponse::Ptr const& response,
std::string const& cwd);
void NoteAnalysisError(std::string const& error_message);
+ void StartBuild();
private:
struct ActionData {