From 5c6b99aafa6945367fe611a01b219bcd15684761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 13 Sep 2006 13:40:51 +0000 Subject: [PATCH] fix to match the header methods git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18825 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/documentation/haiku_book/midi/midi2endpoint.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documentation/haiku_book/midi/midi2endpoint.xml b/src/documentation/haiku_book/midi/midi2endpoint.xml index 95ef673262..656d7d45ac 100644 --- a/src/documentation/haiku_book/midi/midi2endpoint.xml +++ b/src/documentation/haiku_book/midi/midi2endpoint.xml @@ -329,7 +329,7 @@ - status_t BMidiEndpoint::SetProperties(const BMessage* props) + status_t BMidiEndpoint::SetProperties(const BMessage* properties) Changes the properties of the endpoint @@ -423,7 +423,7 @@ - status_t BMidiEndpoint::GetProperties(BMessage* props) const + status_t BMidiEndpoint::GetProperties(BMessage* properties) const Reads the properties of the endpoint