Janitorial work and gcc3-related fixes

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3408 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech
2003-06-03 18:42:22 +00:00
parent d2a9d5e5fe
commit 40ceba30d6
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ void BTextControl::SetValue(int32 value)
{
}
//------------------------------------------------------------------------------
status_t BTextControl::Invoke(BMessage* msg = NULL)
status_t BTextControl::Invoke(BMessage* msg)
{
return BControl::Invoke(msg);
}