summaryrefslogtreecommitdiffstats
path: root/o3d/import/cross/camera_info_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/import/cross/camera_info_test.cc')
-rw-r--r--o3d/import/cross/camera_info_test.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/o3d/import/cross/camera_info_test.cc b/o3d/import/cross/camera_info_test.cc
index b21cf4a..ce1b105 100644
--- a/o3d/import/cross/camera_info_test.cc
+++ b/o3d/import/cross/camera_info_test.cc
@@ -46,14 +46,13 @@ class TestCameraInfo : public CameraInfo {
public:
typedef SmartPointer<TestCameraInfo> Ref;
+ static ObjectBase::Ref Create(ServiceLocator* service_locator);
+
private:
explicit TestCameraInfo(ServiceLocator* service_locator)
: CameraInfo(service_locator) {
}
- friend class IClassManager;
- static ObjectBase::Ref Create(ServiceLocator* service_locator);
-
O3D_OBJECT_BASE_DECL_CLASS(TestCameraInfo, CameraInfo);
DISALLOW_COPY_AND_ASSIGN(TestCameraInfo);
};