]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/beacon.hxx
Forgot to implment the Node.getChild(name, index) form of the function
[flightgear.git] / src / Sound / beacon.hxx
index dc0cb0daf0f9b0f1df50151ccf7ae10c264f671f..3b9a6e3c026697b77a9d66faef0ac533148aaa14 100644 (file)
@@ -100,9 +100,9 @@ private:
     unsigned char middle_buf[ MIDDLE_SIZE ] ;
     unsigned char outer_buf[ OUTER_SIZE ] ;
 
-    SimpleSound *inner;
-    SimpleSound *middle;
-    SimpleSound *outer;
+    SGSimpleSound *inner;
+    SGSimpleSound *middle;
+    SGSimpleSound *outer;
 
 public:
 
@@ -112,9 +112,9 @@ public:
     // allocate and initialize sound samples
     bool init();
 
-    SimpleSound *get_inner() { return inner; }
-    SimpleSound *get_middle() { return middle; }
-    SimpleSound *get_outer() { return outer; }
+    SGSimpleSound *get_inner() { return inner; }
+    SGSimpleSound *get_middle() { return middle; }
+    SGSimpleSound *get_outer() { return outer; }
    
 };