From 2da2b340fced9999b3c92c7418771ad91a32e87c Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Wed, 5 Sep 2012 21:55:20 -0700 Subject: [PATCH] Make it compile. --- src/Interpreter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interpreter.h b/src/Interpreter.h index 5d8f58b009..5375c1b690 100644 --- a/src/Interpreter.h +++ b/src/Interpreter.h @@ -58,7 +58,7 @@ public: void stop(); - bool canSign(uint160& signer); + bool canSign(const uint160& signer); int getInstructionPointer(){ return(mInstructionPointer); } void setInstructionPointer(int n){ mInstructionPointer=n;}