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:
parent
5b75be9487
commit
cf8525ee3c
@ -46,7 +46,7 @@
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
BClipboard::BClipboard(const char *name, bool transient = false)
|
||||
BClipboard::BClipboard(const char *name, bool transient)
|
||||
{
|
||||
if ( name )
|
||||
fName = strdup(name);
|
||||
|
Loading…
Reference in New Issue
Block a user