Diana Software
LinkDef.hh
Go to the documentation of this file.
1 // DIANA : Diana Analysis Framework
2 // this file is needed by rootcint to make an additional C++ that
3 // must be compiled and linked to use the base libraray in root
4 
5 #ifdef __CINT__
6 
7 #pragma link off all globals;
8 #pragma link off all classes;
9 #pragma link off all functions;
10 
11 #pragma link C++ class QStyle;
12 
13 #endif