Revision 04563f7356865cf75d5fede74cdc7d12b8763779 authored by Rene Brun on 14 December 2009, 19:15:57 UTC, committed by Rene Brun on 14 December 2009, 19:15:57 UTC
update release notes


git-svn-id: http://root.cern.ch/svn/root/trunk@31882 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 90fb12c
Raw File
guiviewerLinkDef.h
#ifdef __CINT__

#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;

#pragma link C++ class Viewer;

#endif
back to top