Browse Source

- integrate ethereum #649

cl-refactor
yann300 10 years ago
committed by yann300
parent
commit
2a2621cb0b
  1. 1
      mix/AppContext.cpp

1
mix/AppContext.cpp

@ -70,7 +70,6 @@ KeyEventManager* AppContext::getKeyEventManager()
CompilerStack* AppContext::compiler()
{
m_compiler.reset(new CompilerStack());
return m_compiler.get();
}

Loading…
Cancel
Save