]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/render_area_2d.hxx
initialize variables before using them
[flightgear.git] / src / Instrumentation / render_area_2d.hxx
index 490d2c99eafe720682c26a2f86397e3c335af286..de41798d05b2deb94ff8b3f577619506d9b1c657 100644 (file)
@@ -17,7 +17,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.
 //
 // $Id$
 
@@ -28,9 +28,9 @@
 #  include <config.h>
 #endif
 
+#include <plib/sg.h>
 #include <simgear/compiler.h>
 
-#include <plib/ssg.h>
 #include <vector>
 
 SG_USING_STD(vector);