]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a typo in the Mac js code
authorFrederic Bouvier <fredfgfs01@free.fr>
Fri, 14 Jan 2011 20:52:36 +0000 (21:52 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Fri, 14 Jan 2011 20:52:36 +0000 (21:52 +0100)
src/Input/jsMacOSX.cxx

index 1e9c3ab26ef933c5f8ad16b14da926ce4bc764cb..72dbbb98988e43bc7c7cc14f58cba29e7a8e220a 100644 (file)
@@ -23,7 +23,7 @@
 
 #ifdef __APPLE__
 
-#include "FGjs.h"
+#include "FGjs.hxx"
 
 #include <mach/mach.h>
 #include <IOKit/IOKitLib.h>