From 88e86204c16c6519bc5bbbc0419d798a82c853a4 Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Wed, 12 Dec 2007 17:02:26 +0000 Subject: [PATCH] From Bertrand: - Add forgotten ClassImp(TRootBrowser) git-svn-id: http://root.cern.ch/svn/root/trunk@21349 27541ba8-7e3a-0410-8455-c3a389f83636 --- gui/src/TRootBrowser.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/src/TRootBrowser.cxx b/gui/src/TRootBrowser.cxx index 5fcbefc788e..1425ff0b4fb 100644 --- a/gui/src/TRootBrowser.cxx +++ b/gui/src/TRootBrowser.cxx @@ -115,6 +115,8 @@ enum ENewBrowserMessages { kQuitRoot }; +ClassImp(TRootBrowser) + //______________________________________________________________________________ TRootBrowser::TRootBrowser(TBrowser *b, const char *name, UInt_t width, UInt_t height, Option_t *opt, Bool_t initshow) : -- GitLab