Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/bondgraphunittest.hpp

    r4eb4fe re5ad5c  
    1111#include <cppunit/extensions/HelperMacros.h>
    1212
     13#include "bondgraph.hpp"
    1314
    14 class BondGraph;
    1515class element;
    1616class molecule;
     
    3737
    3838      molecule *TestMolecule;
    39       const element *hydrogen;
    40       const element *carbon;
     39      element *hydrogen;
     40      element *carbon;
     41      periodentafel *tafel;
    4142
    4243      BondGraph *BG;
Note: See TracChangeset for help on using the changeset viewer.