Update versioning for deb package
Fix a typo in NDEBUG macro name git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1335 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
c9d867565b
commit
97ae368042
3 changed files with 25 additions and 29 deletions
|
@ -867,7 +867,7 @@ HoltWidget::draw_widget(cairo_t* ctx)
|
|||
void
|
||||
HoltWidget::calc_drawing_size(cairo_t* ctx, size_t& width, size_t& height)
|
||||
{
|
||||
#ifndef DNDEBUG
|
||||
#ifndef NDEBUG
|
||||
cout << "Holt widget BEFORE calc_drawing_size width=" << width << " height=" << height << endl;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue