Browse Source

Squash LNK4221: no public symbols found warning.

cl-refactor
Tim Hughes 11 years ago
parent
commit
3aca998afb
  1. 2
      libethcore/Common.cpp
  2. 3
      libethereum/AddressState.cpp
  3. 2
      libethereum/ExtVM.cpp

2
libethcore/Common.cpp

@ -23,3 +23,5 @@
using namespace std;
using namespace eth;
namespace { char dummy; };

3
libethereum/AddressState.cpp

@ -23,3 +23,6 @@
#include "CommonEth.h"
using namespace std;
using namespace eth;
namespace { char dummy; };

2
libethereum/ExtVM.cpp

@ -20,3 +20,5 @@
*/
#include "ExtVM.h"
namespace { char dummy; };

Loading…
Cancel
Save