aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'CompilerUtils.h')
-rw-r--r--CompilerUtils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CompilerUtils.h b/CompilerUtils.h
index 928f0e2d..bffd6f49 100644
--- a/CompilerUtils.h
+++ b/CompilerUtils.h
@@ -30,6 +30,9 @@ namespace solidity {
class Type; // forward
+/// The size in bytes of the function (hash) identifier
+static const unsigned int g_functionIdentifierOffset = 4;
+
class CompilerUtils
{
public: