Commented the "#pragma mark -" (for the text editor) so that gcc doesn't
warn. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4476 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3f4524a309
commit
cd67111575
@ -72,7 +72,7 @@ Node::Close(void *cookie)
|
||||
}
|
||||
|
||||
|
||||
#pragma mark -
|
||||
// #pragma mark -
|
||||
|
||||
|
||||
ConsoleNode::ConsoleNode()
|
||||
@ -95,7 +95,7 @@ ConsoleNode::Write(const void *buffer, size_t bufferSize)
|
||||
}
|
||||
|
||||
|
||||
#pragma mark -
|
||||
// #pragma mark -
|
||||
|
||||
|
||||
Descriptor::Descriptor(Node *node, void *cookie)
|
||||
@ -170,7 +170,7 @@ Descriptor::Release()
|
||||
}
|
||||
|
||||
|
||||
#pragma mark -
|
||||
// #pragma mark -
|
||||
|
||||
|
||||
static Descriptor *
|
||||
|
Loading…
Reference in New Issue
Block a user