1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

LP-29 Fix typos

This commit is contained in:
Laurent Lalanne 2016-03-12 17:29:59 +01:00
parent 0b79fe9e6f
commit 2dafcc1657
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
#include <osg/ComputeBoundsVisitor>
#include <osgearth/GeoTransform>
#include <osgEarth/GeoTransform>
#include <osgEarth/MapNode>
#include <osgEarth/GeoData>

View File

@ -30,7 +30,7 @@
#include <osg/Node>
#include <osg/NodeVisitor>
#include <qDebug>
#include <QDebug>
namespace osgQtQuick {
class OSGNode;