mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
fix a typo in canvas-debug.h
This commit is contained in:
parent
fd23ebd088
commit
3ba0ef7192
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ namespace PBD {
|
||||||
#ifdef CANVAS_DEBUG
|
#ifdef CANVAS_DEBUG
|
||||||
#define CANVAS_DEBUG_NAME(i, n) i->name = n;
|
#define CANVAS_DEBUG_NAME(i, n) i->name = n;
|
||||||
#else
|
#else
|
||||||
#define CANVAS_DEBUG(i, n) /* empty */
|
#define CANVAS_DEBUG_NAME(i, n) /* empty */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace ArdourCanvas {
|
namespace ArdourCanvas {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue