]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/built_in/FGMagRibbon.hxx
Merge branch 'jmt/gps'
[flightgear.git] / src / Cockpit / built_in / FGMagRibbon.hxx
index 829f65d7b38ab39460a9ef90116440034fc12293..39c320df3e5250b36a1cf7cf6ec41603163b2d9f 100644 (file)
 //  WITHOUT ANY WARRANTY; without even the implied warranty of
 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 //  General Public License for more details.
-// 
+//
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software
-//  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 //  $Id$
 
@@ -34,7 +34,7 @@ public:
     FGMagRibbon (int w, int h);
     virtual ~FGMagRibbon () {}
 
-    virtual void draw ();
+    virtual void draw (osg::State& state);
 
 private:
     SGPropertyNode_ptr _magcompass_node;