summaryrefslogtreecommitdiff
path: root/libs/pbd3/pbd/error.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-06-21 23:01:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-06-21 23:01:03 +0000
commit912da52a539981193941d8739fa6f103b5e406db (patch)
treebc83e26b458af139a4e8a06d4c6e0650921f7157 /libs/pbd3/pbd/error.h
parent69ac3569ed061345bc9a2d8e13b6201dae2ab812 (diff)
the return of VST support
git-svn-id: svn://localhost/ardour2/trunk@629 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd3/pbd/error.h')
-rw-r--r--libs/pbd3/pbd/error.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/libs/pbd3/pbd/error.h b/libs/pbd3/pbd/error.h
index cb822e6210..4136f02ee2 100644
--- a/libs/pbd3/pbd/error.h
+++ b/libs/pbd3/pbd/error.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1998-99 Paul Barton-Davis
+ Copyright (C) 1998-2006 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,14 +17,16 @@
$Id$
*/
-#ifndef __libmisc_error_h__
-#define __libmisc_error_h__
+#ifndef __libpbd_error_h__
+#define __libpbd_error_h__
#include "transmitter.h"
-extern Transmitter error;
-extern Transmitter info;
-extern Transmitter warning;
-extern Transmitter fatal;
+namespace PBD {
+ extern Transmitter error;
+ extern Transmitter info;
+ extern Transmitter warning;
+ extern Transmitter fatal;
+}
-#endif // __libmisc_error_h__
+#endif // __libpbd_error_h__