libpbd now allocates warning, info, error, and fatal itself.
git-svn-id: svn://localhost/trunk/ardour2@162 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -7,7 +7,7 @@ Import('env libraries')
|
||||
pbd3 = env.Copy()
|
||||
|
||||
domain = 'libpbd'
|
||||
pbd3.Append(DOMAIN=domain,MAJOR=3,MINOR=0,MICRO=1)
|
||||
pbd3.Append(DOMAIN=domain,MAJOR=3,MINOR=1,MICRO=0)
|
||||
|
||||
pbd3_files = Split("""
|
||||
basename.cc
|
||||
|
||||
@@ -28,6 +28,11 @@
|
||||
using std::string;
|
||||
using std::ios;
|
||||
|
||||
Transmitter error (Transmitter::Error);
|
||||
Transmitter info (Transmitter::Info);
|
||||
Transmitter fatal (Transmitter::Fatal);
|
||||
Transmitter warning (Transmitter::Warning);
|
||||
|
||||
Transmitter::Transmitter (Channel c)
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user