add PBD::DEBUG::WaveView

This commit is contained in:
Paul Davis 2015-06-10 18:47:10 -04:00
parent 9edd8d4b3b
commit 1c6c9e95ba
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ namespace PBD {
LIBCANVAS_API extern uint64_t CanvasEvents;
LIBCANVAS_API extern uint64_t CanvasRender;
LIBCANVAS_API extern uint64_t CanvasEnterLeave;
LIBCANVAS_API extern uint64_t WaveView;
}
}