]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/NLTPolygonSetGL.h
Follow-up on gl/ changes introduced in ROOT-5.16.
[u/mrichter/AliRoot.git] / EVE / Reve / NLTPolygonSetGL.h
index 2628dd03823f783b4b7f9e3cc741656027149745..20a0e8c1a5a9f3f9caa2024cc66856081cb3fe20 100644 (file)
@@ -1,23 +1,20 @@
 #ifndef REVE_NLTPolygonSetGL
 #define REVE_NLTPolygonSetGL
 
-#ifndef ROOT_TGLObject
-#include "TGLObject.h"
-#endif
-
+#include <TGLObject.h>
 
 namespace Reve {
 
 class NLTPolygonSetGL : public TGLObject
 {
 protected:
-  virtual void DirectDraw(const TGLDrawFlags & flags) const;
+  virtual void DirectDraw(TGLRnrCtx & rnrCtx) const;
 
 public:
   NLTPolygonSetGL();
   virtual  ~NLTPolygonSetGL();
 
-  virtual Bool_t SetModel(TObject* obj);
+  virtual Bool_t SetModel(TObject* obj, const Option_t* opt=0);
   virtual Bool_t IgnoreSizeForOfInterest() const { return kTRUE; }
   virtual void   SetBBox();