mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
rtabmap: removed all UtiLite include references for main RTAB-Map classes (to avoid linking to UtiLite when using RTAB-Map as c++ library)
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@811 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "rtabmap/gui/PreferencesDialog.h"
|
||||
|
||||
namespace rtabmap {
|
||||
class Camera;
|
||||
class CameraThread;
|
||||
class DBReader;
|
||||
}
|
||||
|
||||
@@ -147,7 +147,7 @@ private:
|
||||
Ui_mainWindow * _ui;
|
||||
|
||||
State _state;
|
||||
rtabmap::Camera * _camera;
|
||||
rtabmap::CameraThread * _camera;
|
||||
rtabmap::DBReader * _dbReader;
|
||||
|
||||
SrcType _srcType;
|
||||
|
||||
Reference in New Issue
Block a user