| Index: src/IceGlobalContext.h
|
| diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
|
| index 4fd9592862b667234d77c5b6b8be8f107597c2f4..fd76bd7ff8332dd26b5992f9ca3715ee94d6ad6a 100644
|
| --- a/src/IceGlobalContext.h
|
| +++ b/src/IceGlobalContext.h
|
| @@ -99,7 +99,7 @@ class GlobalContext {
|
| for (uint32_t i = 0; i < Stats.size(); ++i)
|
| Stats[i] += Other.Stats[i];
|
| }
|
| - void dump(const IceString &Name, Ostream &Str);
|
| + void dump(const IceString &Name, GlobalContext *Ctx);
|
|
|
| private:
|
| std::array<uint32_t, CS_NUM> Stats;
|
|
|