]> git.uio.no Git - u/mrichter/AliRoot.git/blob - THbtp/THbtpLinkDef.h
Fixed sprintf, so that the pointer address is printed correctly
[u/mrichter/AliRoot.git] / THbtp / THbtpLinkDef.h
1 #ifdef __CINT__
2  
3 #pragma link off all globals;
4 #pragma link off all classes;
5 #pragma link off all functions;
6  
7 #pragma link C++ class THBTprocessor+;
8 #pragma link C++ class AliGenHBTprocessor+;
9 #endif