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 099ce2cc..bb5163ac 100644
--- a/src/buildtool/profile/profile.hpp
+++ b/src/buildtool/profile/profile.hpp
@@ -47,6 +47,7 @@ class Profile {
std::string const& cwd);
void NoteAnalysisError(std::string const& error_message);
void StartBuild();
+ void StopBuild();
private:
struct ActionData {