diff --git a/etc/plugins/TBrowserImp/P010_TRootBrowser.C b/etc/plugins/TBrowserImp/P010_TRootBrowser.C index bef47be3aaf920223a5353fa97b4dbfae785b2f7..1be893c69736b43fd181eb148360e0883186403b 100644 --- a/etc/plugins/TBrowserImp/P010_TRootBrowser.C +++ b/etc/plugins/TBrowserImp/P010_TRootBrowser.C @@ -1,7 +1,7 @@ void P010_TRootBrowser() { gPluginMgr->AddHandler("TBrowserImp", "TRootBrowser", "TRootBrowser", - "Gui", "NewBrowser(TBrowser *, const char *, Int_t, Int_t, UInt_t, UInt_t)"); + "Gui", "NewBrowser(TBrowser *, const char *, Int_t, Int_t, UInt_t, UInt_t, Option_t *)"); gPluginMgr->AddHandler("TBrowserImp", "TRootBrowser", "TRootBrowser", - "Gui", "NewBrowser(TBrowser *, const char *, UInt_t, UInt_t)"); + "Gui", "NewBrowser(TBrowser *, const char *, UInt_t, UInt_t, Option_t *)"); } diff --git a/etc/plugins/TBrowserImp/P020_TRootBrowserLite.C b/etc/plugins/TBrowserImp/P020_TRootBrowserLite.C index caf8d40f6d21ad38a982e7cb6b173d484e90e5fc..5d54054a72ade58aee0ce671f665b80c3475ba53 100644 --- a/etc/plugins/TBrowserImp/P020_TRootBrowserLite.C +++ b/etc/plugins/TBrowserImp/P020_TRootBrowserLite.C @@ -1,7 +1,7 @@ void P020_TRootBrowserLite() { gPluginMgr->AddHandler("TBrowserImp", "TRootBrowserLite", "TRootBrowserLite", - "Gui", "NewBrowser(TBrowser *, const char *, Int_t, Int_t, UInt_t, UInt_t)"); + "Gui", "NewBrowser(TBrowser *, const char *, Int_t, Int_t, UInt_t, UInt_t, Option_t *)"); gPluginMgr->AddHandler("TBrowserImp", "TRootBrowserLite", "TRootBrowserLite", - "Gui", "NewBrowser(TBrowser *, const char *, UInt_t, UInt_t)"); + "Gui", "NewBrowser(TBrowser *, const char *, UInt_t, UInt_t, Option_t *)"); } diff --git a/etc/plugins/TBrowserImp/P030_RWebBrowserImp.C b/etc/plugins/TBrowserImp/P030_RWebBrowserImp.C index 5db407bb766c181b062026423f1fdb2aea4be7f4..8cb946adaf4125851733f4fa121af8dd2c988666 100644 --- a/etc/plugins/TBrowserImp/P030_RWebBrowserImp.C +++ b/etc/plugins/TBrowserImp/P030_RWebBrowserImp.C @@ -1,7 +1,7 @@ void P030_RWebBrowserImp() { gPluginMgr->AddHandler("TBrowserImp", "ROOT::Experimental::RWebBrowserImp", "ROOT::Experimental::RWebBrowserImp", - "ROOTBrowserv7", "NewBrowser(TBrowser *, const char *, Int_t, Int_t, UInt_t, UInt_t)"); + "ROOTBrowserv7", "NewBrowser(TBrowser *, const char *, Int_t, Int_t, UInt_t, UInt_t, Option_t *)"); gPluginMgr->AddHandler("TBrowserImp", "ROOT::Experimental::RWebBrowserImp", "ROOT::Experimental::RWebBrowserImp", - "ROOTBrowserv7", "NewBrowser(TBrowser *, const char *, UInt_t, UInt_t)"); + "ROOTBrowserv7", "NewBrowser(TBrowser *, const char *, UInt_t, UInt_t, Option_t *)"); }