]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/dclgps.cxx
warning fixes
[flightgear.git] / src / Instrumentation / dclgps.cxx
index 9d6ccc67575c00232718435535497ecb28e7383a..f3bbfc2a6479bc746e0f7b1575dfd10db5c5ba56 100644 (file)
@@ -356,9 +356,8 @@ DCLGPS::~DCLGPS() {
        // TODO - may need to delete the approach database!!
 }
 
-void DCLGPS::draw() {
-       //cout << "draw called!\n";
-       _instrument->draw();
+void DCLGPS::draw(osg::State& state) {
+       _instrument->draw(state);
 }
 
 void DCLGPS::init() {