mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-04 07:55:28 +00:00
MakiObject classname really should be Object (#860)
This commit is contained in:
parent
067d4c1fef
commit
449b4acb38
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class MakiObject {
|
|||
* @ret The class name.
|
||||
*/
|
||||
getclassname() {
|
||||
return "MakiObject";
|
||||
return "Object";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue