aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/examples/benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/benchmark.cc')
-rw-r--r--src/examples/benchmark.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/examples/benchmark.cc b/src/examples/benchmark.cc
index d2f3b2a..a52797a 100644
--- a/src/examples/benchmark.cc
+++ b/src/examples/benchmark.cc
@@ -106,9 +106,9 @@ int main( int argc, char **argv )
overlays.apply( *new_state );
/* calculate minimal difference from where we are */
- const string diff( display.new_frame( false,
- *local_framebuffer,
- *new_state ) );
+ const std::string diff( display.new_frame( false,
+ *local_framebuffer,
+ *new_state ) );
/* make sure to use diff */
if ( diff.size() > INT_MAX ) {