]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCdisplay.hxx
Modified Files:
[flightgear.git] / src / ATC / ATCdisplay.hxx
index 66ec2146b5bceeadfe830b68e32eb373f5953732..bf94d0acd0a3100cdab9c10fc225a5b9d9927194 100644 (file)
@@ -18,7 +18,7 @@
 //
 // 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.
 
 #ifndef _FG_ATC_DISPLAY_HXX
 #define _FG_ATC_DISPLAY_HXX
@@ -27,6 +27,7 @@
 #  include <config.h>
 #endif
 
+#include <osg/State>
 #include <simgear/structure/subsystem_mgr.hxx>
 
 #include <vector>
@@ -72,6 +73,7 @@ public:
     void unbind();
 
     // Display any registered messages
+    void update(double dt, osg::State&);
     void update(double dt);
 
     // Register a single message for display after a delay of delay seconds