diff options
author | Evan Martin <martine@danga.com> | 2012-12-29 19:57:14 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2012-12-29 20:33:15 (GMT) |
commit | 7d41c2f521e27a3c2891e6f1c8da42f0f6f3c266 (patch) | |
tree | 18f04d75145b267b36e1b519b27dca50a090a01d /src/clean.h | |
parent | 35e955cf93c89145a33837d6dded611c18176c9c (diff) | |
download | Ninja-7d41c2f521e27a3c2891e6f1c8da42f0f6f3c266.zip Ninja-7d41c2f521e27a3c2891e6f1c8da42f0f6f3c266.tar.gz Ninja-7d41c2f521e27a3c2891e6f1c8da42f0f6f3c266.tar.bz2 |
fix all "class" -> "struct"
Diffstat (limited to 'src/clean.h')
-rw-r--r-- | src/clean.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/clean.h b/src/clean.h index 5a23283..19432ab 100644 --- a/src/clean.h +++ b/src/clean.h @@ -27,8 +27,7 @@ struct Node; struct Rule; struct DiskInterface; -class Cleaner { - public: +struct Cleaner { /// Build a cleaner object with a real disk interface. Cleaner(State* state, const BuildConfig& config); |