Commit 67496281 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix the RelWithDebInfo build

The build was broken in the parent
commit 18d8f06f.
parent 18d8f06f
......@@ -25,8 +25,8 @@
template <class Tag= void> struct ilist_node
{
ilist_node()
:
#ifndef DBUG_OFF
:
next(NULL), prev(NULL)
#endif
{
......
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