mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix incorrectly capitalized class names in message module
This commit is contained in:
parent
97e14fee65
commit
a55ba4fab9
6 changed files with 7 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief view class of the message module
|
||||
*/
|
||||
class messageView extends message
|
||||
class MessageView extends Message
|
||||
{
|
||||
/**
|
||||
* @brief Initialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue