Default args allowed only in header (not implementation) with gcc 3.X

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3244 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech 2003-05-14 15:23:06 +00:00
parent 5b75be9487
commit cf8525ee3c

View File

@ -46,7 +46,7 @@
//------------------------------------------------------------------------------
BClipboard::BClipboard(const char *name, bool transient = false)
BClipboard::BClipboard(const char *name, bool transient)
{
if ( name )
fName = strdup(name);