Created
September 1, 2011 04:20
-
-
Save springmeyer/1185443 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include/mapnik/timer.hpp:59:13: error: member function 'stop' not viable: 'this' argument has type 'const mapnik::timer', but function | |
is not marked const | |
stop(); | |
^~~~ | |
include/mapnik/timer.hpp:49:18: note: 'stop' declared here | |
virtual void stop() | |
^ | |
include/mapnik/timer.hpp:68:13: error: member function 'stop' not viable: 'this' argument has type 'const mapnik::timer', but function | |
is not marked const | |
stop(); | |
^~~~ | |
include/mapnik/timer.hpp:49:18: note: 'stop' declared here | |
virtual void stop() | |
^ | |
include/mapnik/timer.hpp:104:78: error: expected ';' after expression | |
s << wall_clock_elapsed() << "ms (cpu " << cpu_elapsed() << "ms)" | |
^ | |
; | |
3 errors generated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment