]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/trackwrap.h
Use GL::Renderer in TrackWrap
[r2c2.git] / source / designer / trackwrap.h
index 8a72892e66c5a0467402b63098a56b3559a61641..070794e48c0b6a7deab175950ab3cc14dc64a9a1 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef TRACKWRAP_H_
 #define TRACKWRAP_H_
 
@@ -34,7 +27,7 @@ public:
        TrackWrap(R2C2::Layout3D &, Selection &);
        ~TrackWrap();
 
-       virtual void render(const Msp::GL::Tag &) const;
+       virtual void render(Msp::GL::Renderer &, const Msp::GL::Tag &) const;
 
 private:
        void selection_changed();