1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +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 <osg/ComputeBoundsVisitor>
#include <osgearth/GeoTransform> #include <osgEarth/GeoTransform>
#include <osgEarth/MapNode> #include <osgEarth/MapNode>
#include <osgEarth/GeoData> #include <osgEarth/GeoData>

View File

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