Skip to content

Commit

Permalink
ddl-export the presenter for the tests on win7, re #12610
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Aug 4, 2015
1 parent 2274a80 commit 8267db1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef MANTIDQTCUSTOMINTERFACES_ENGGDIFFRACTION_ENGGDIFFRACTIONPRESENTER_H_
#define MANTIDQTCUSTOMINTERFACES_ENGGDIFFRACTION_ENGGDIFFRACTIONPRESENTER_H_

#include "MantidQtCustomInterfaces/DllConfig.h"
#include "MantidKernel/System.h"
#include "MantidQtCustomInterfaces/EnggDiffraction/IEnggDiffractionPresenter.h"
#include "MantidQtCustomInterfaces/EnggDiffraction/IEnggDiffractionView.h"
// #include "MantidQtCustomInterfaces/EnggDiffraction/EnggDiffractionModel.h"
Expand Down Expand Up @@ -38,7 +38,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class EnggDiffractionPresenter
// needs to be dll-exported for the tests
class DLLExport EnggDiffractionPresenter
: public IEnggDiffractionPresenter {

public:
Expand Down

0 comments on commit 8267db1

Please sign in to comment.