Make it compile.

This commit is contained in:
JoelKatz
2012-09-05 21:55:20 -07:00
parent 687578abd9
commit 2da2b340fc

View File

@@ -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;}