]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/LineGL.h
Follow-up on gl/ changes introduced in ROOT-5.16.
[u/mrichter/AliRoot.git] / EVE / Reve / LineGL.h
index 2c71e1327d00544f0ebef4d3b1baf23a21954501..b448d1fc712787ef06e38cdf558c4b6874778aad 100644 (file)
@@ -22,13 +22,13 @@ private:
 protected:
   Line* fM; // fModel dynamic-casted to LineGL
 
-  virtual void DirectDraw(const TGLDrawFlags & flags) const;
+  virtual void DirectDraw(TGLRnrCtx & rnrCtx) const;
 
 public:
   LineGL();
   virtual ~LineGL();
 
-  virtual Bool_t SetModel(TObject* obj);
+  virtual Bool_t SetModel(TObject* obj, const Option_t* opt=0);
 
   // To support two-level selection
   // virtual Bool_t SupportsSecondarySelect() const { return kTRUE; }