]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ALIFAST/AliFHistBrowser.h
Remove compilation of grndmq
[u/mrichter/AliRoot.git] / ALIFAST / AliFHistBrowser.h
index 77c83da3798945b6c130db522b0a1d14f54d939a..0101911fa43cf502839bd87026728718b9b732f9 100644 (file)
@@ -19,7 +19,7 @@ public:
                      AliFHistBrowser();
    virtual          ~AliFHistBrowser() {;}
    virtual void      Browse(TBrowser *b);
-   Bool_t            IsFolder() {return kTRUE;}
+   Bool_t            IsFolder() const {return kTRUE;}
 
    ClassDef(AliFHistBrowser, 0)   //helper class to browse AliFast Makers histograms
 };