summaryrefslogtreecommitdiffstats
path: root/tests/glxx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glxx.cpp')
-rw-r--r--tests/glxx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/glxx.cpp b/tests/glxx.cpp
index aaf7b7b..d88c27d 100644
--- a/tests/glxx.cpp
+++ b/tests/glxx.cpp
@@ -26,7 +26,7 @@ int
main() {
using namespace Dimension;
- Scene scene = default_scene();
+ Scene scene = Tests::default_scene();
Perspective_Camera& camera
= dynamic_cast<Perspective_Camera&>(scene.camera());
@@ -47,7 +47,7 @@ main() {
Raytracer raytracer(scene);
GL_Drawer drawer(scene.canvas());
- Dimension::Display display(scene.canvas());
+ Tests::Display display(scene.canvas());
// Render the scene
for (unsigned int i = 0; i < 10; ++i) {