]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/oursun.cxx
Patch from Melchior Franz:
[simgear.git] / simgear / sky / oursun.cxx
index a1c08306cb50317503aa8460c0229a77393fcac3..e423db02328fea5e5cbf8b7c71fa22f001720d5e 100644 (file)
 // $Id$
 
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <simgear/compiler.h>
 
 #include <stdio.h>
@@ -222,7 +218,7 @@ void my_glWritePPMFile(const char *filename, GLubyte *buffer, int win_width, int
 
 
 // initialize the sun object and connect it into our scene graph root
-ssgBranch * SGSun::build( FGPath path, double sun_size ) {
+ssgBranch * SGSun::build( SGPath path, double sun_size ) {
 
     // set up the orb state
     orb_state = new ssgSimpleState();