]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/navradio.hxx
Merge branch 'ehofman/rename'
[flightgear.git] / src / Instrumentation / navradio.hxx
index c3d38f86a81a9318abf2b4d9eda641fe7c7b8583..88f67685a1f5b77f348c28d2cdb72a2309bc8d62 100644 (file)
@@ -35,6 +35,7 @@
 // forward decls
 class SGInterpTable;
 
+class SGSampleGroup;
 class FGNavRecord;
 typedef SGSharedPtr<FGNavRecord> FGNavRecordPtr;
 
@@ -162,6 +163,8 @@ class FGNavRadio : public SGSubsystem
     
     // realism setting, are false courses and GS lobes enabled?
     bool _falseCoursesEnabled;
+
+    SGSharedPtr<SGSampleGroup> _sgr;
     
     bool updateWithPower(double aDt);