Browse Source

fixed msvc build

cl-refactor
U-SVZ13\Arkady 10 years ago
parent
commit
6e4d57817a
  1. 2
      libweb3jsonrpc/WebThreeStubServerBase.h
  2. 3
      mix/AppContext.cpp
  3. 1
      mix/ClientModel.cpp

2
libweb3jsonrpc/WebThreeStubServerBase.h

@ -121,7 +121,7 @@ public:
std::map<dev::Public, dev::Secret> const& ids() const { return m_ids; }
protected:
virtual bool authenticate(dev::TransactionSkeleton const& _t) const;
virtual bool authenticate(dev::TransactionSkeleton const& _t) const = 0;
protected:
virtual dev::eth::Interface* client() = 0;

3
mix/AppContext.cpp

@ -27,12 +27,11 @@
#include <QQmlComponent>
#include <QQmlContext>
#include <QQmlApplicationEngine>
#include <libwebthree/WebThree.h>
#include "CodeModel.h"
#include "FileIo.h"
#include "ClientModel.h"
#include "AppContext.h"
#include <libwebthree/WebThree.h>
using namespace dev;
using namespace dev::eth;

1
mix/ClientModel.cpp

@ -33,6 +33,7 @@
#include "CodeModel.h"
#include "ClientModel.h"
using namespace dev;
using namespace dev::eth;
using namespace dev::mix;

Loading…
Cancel
Save