Fixed warning.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2684 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-02-11 18:18:29 +00:00
parent 7c44680a36
commit 4b883396bd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -200,6 +200,7 @@ BClipboard::BClipboard(const BClipboard &)
BClipboard & BClipboard::operator=(const BClipboard &) BClipboard & BClipboard::operator=(const BClipboard &)
{ {
/* This is private, and I don't use it, so I'm not going to implement it */ /* This is private, and I don't use it, so I'm not going to implement it */
return *this;
} }
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
void BClipboard::_ReservedClipboard1() void BClipboard::_ReservedClipboard1()
+1
View File
@@ -201,6 +201,7 @@ RecentApps::Print()
{ {
printf("%d: '%s'\n", counter++, item->c_str()); printf("%d: '%s'\n", counter++, item->c_str());
} }
return B_OK;
} }
// Save // Save