Compile fix.

This commit is contained in:
Aaron Giles 2010-01-08 21:57:29 +00:00
parent 838b3b13c2
commit e338ba361a

View File

@ -130,7 +130,7 @@ extern profiler_state global_profiler;
#define profiler_mark_end() do { } while (0)
#define profiler_start() do { } while (0)
#define profiler_stop() do { } while (0)
#define profiler_get_text(x,s) astring_reset(s)
#define profiler_get_text(x,s) (s).reset()
#endif