summaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camera.h b/src/camera.h
index b53738860..b0d190a3a 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -110,7 +110,7 @@ public:
}
// Checks if the constructor was able to create the scene nodes
- bool successfullyCreated(std::wstring& error_message);
+ bool successfullyCreated(std::string &error_message);
// Step the camera: updates the viewing range and view bobbing.
void step(f32 dtime);