summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/debuggable.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-01-13 15:05:30 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-01-13 15:05:30 +0000
commita1a3f6c8265264227ce19f731bf1863aff229a94 (patch)
tree27e2ef1a73303be594f591af9837442efc50e4d1 /libs/audiographer/audiographer/debuggable.h
parent38ff5bb7caeae088283825e17c70e20800400868 (diff)
parent5f0492deae518dea0a28fe8582209d80e23049fb (diff)
Merge branch 'windows+cc' into cairocanvas
Diffstat (limited to 'libs/audiographer/audiographer/debuggable.h')
-rw-r--r--libs/audiographer/audiographer/debuggable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/debuggable.h b/libs/audiographer/audiographer/debuggable.h
index 6fda36c735..1cc1d6f725 100644
--- a/libs/audiographer/audiographer/debuggable.h
+++ b/libs/audiographer/audiographer/debuggable.h
@@ -38,7 +38,7 @@ enum LIBAUDIOGRAPHER_API DebugLevel
* logical and (short-circuiting).
*/
template<DebugLevel L = DEFAULT_DEBUG_LEVEL>
-class LIBAUDIOGRAPHER_API Debuggable
+class /*LIBAUDIOGRAPHER_API*/ Debuggable
{
protected:
Debuggable(std::ostream & debug_stream = std::cerr)