Mark apropriate methods protected in ConstantOptimiser

This commit is contained in:
Alex Beregszaszi 2019-02-04 23:21:11 +00:00
parent d833024d7d
commit 6b11be8c69

View File

@ -56,6 +56,9 @@ public:
Assembly& _assembly
);
protected:
/// This is the public API for the optimiser methods, but it doesn't need to be exposed to the caller.
struct Params
{
bool isCreation; ///< Whether this is called during contract creation or runtime.