address compiler warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10108 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e6744e874c
commit
0e2d20ebd5
@ -53,7 +53,7 @@ namespace Clipboard {
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
bool Print( void ) {
|
||||
void Print( void ) {
|
||||
// Retrieve Data - Concurrent Access Possible.
|
||||
Locker clip_lock( Instance ); // Unlocks on destruction.
|
||||
if( InstanceExists ) {
|
||||
@ -69,7 +69,7 @@ namespace Clipboard {
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
bool Read( char const * entry_name ) {
|
||||
void Read( char const * entry_name ) {
|
||||
// Retrieve Data - Concurrent Access Possible.
|
||||
Locker clip_lock( Instance ); // Unlocks on destruction.
|
||||
if( InstanceExists ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user