]> git.mxchange.org Git - flightgear.git/commitdiff
Use SGSharedPointer instead of the ssgSharedPointer from the plib branch.
authordurk <durk>
Sat, 20 Oct 2007 18:28:22 +0000 (18:28 +0000)
committerdurk <durk>
Sat, 20 Oct 2007 18:28:22 +0000 (18:28 +0000)
src/Navaids/navrecord.hxx

index ab1a95088ae3971e23be5628beb2c82ddb3accd5..dcf605ceeeca3aed8be6c8173cdc47829055ad6d 100644 (file)
@@ -32,7 +32,7 @@
 #include <simgear/magvar/magvar.hxx>
 #include <simgear/timing/sg_time.hxx>
 
-#include <simgear/structure/ssgSharedPtr.hxx>
+#include <simgear/structure/SGSharedPtr.hxx>
 #include <simgear/structure/SGReferenced.hxx>
 
 #ifdef SG_HAVE_STD_INCLUDES