CustusX  18.04
An IGT application
testExportWinHack.h
Go to the documentation of this file.
1 #ifndef EXPORTHACK_H
2 #define EXPORTHACK_H
3 
4 #include "org_custusx_anglecorrection_Export.h"
5 
6 //need something exported so that the lib file will be created
7 class org_custusx_anglecorrection_EXPORT exporthack
8 {
9 public:
11  void test();
12 };
13 
14 
15 #endif //EXPORTHACK_H