Commit e65d79d9 authored by claes's avatar claes

DEBUG changed to PWR_DEBUG to avoid confict

parent 3e8c364d
/*
* Proview $Id: wb_erep.cpp,v 1.49 2007-01-17 10:29:26 claes Exp $
* Proview $Id: wb_erep.cpp,v 1.50 2007-04-25 13:40:20 claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -939,7 +939,7 @@ void wb_erep::bindMethods()
delete cdrep;
}
#if DEBUG
#if PWR_DEBUG
for ( methods_iterator it = m_methods.begin(); it != m_methods.end(); it++) {
cout << " Method: " << it->first << endl;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment