Skip to content
Snippets Groups Projects
Commit 7187698f authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Add newline to final line of groupchatlistener.cpp.

The Linux compiler isn't happy when source files don't end with newline.
parent 96f5a8e1
No related branches found
No related tags found
No related merge requests found
...@@ -56,4 +56,4 @@ GroupChatListener::GroupChatListener(): ...@@ -56,4 +56,4 @@ GroupChatListener::GroupChatListener():
/* /*
static void sendMessage(const std::string& utf8_text, const LLUUID& im_session_id, static void sendMessage(const std::string& utf8_text, const LLUUID& im_session_id,
const LLUUID& other_participant_id, EInstantMessage dialog); const LLUUID& other_participant_id, EInstantMessage dialog);
*/ */
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment