[ekiga] Fixed compilation warning (init order of member variables)
- From: Julien Puydt <jpuydt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [ekiga] Fixed compilation warning (init order of member variables)
- Date: Wed, 16 Dec 2009 19:01:04 +0000 (UTC)
commit c317c6d9ca72efcba95e52ce30271410f67c878e
Author: Julien Puydt <jpuydt gnome org>
Date: Wed Dec 16 20:00:47 2009 +0100
Fixed compilation warning (init order of member variables)
plugins/loudmouth/loudmouth-presentity.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/loudmouth/loudmouth-presentity.cpp b/plugins/loudmouth/loudmouth-presentity.cpp
index f3f07b0..0dcb5a2 100644
--- a/plugins/loudmouth/loudmouth-presentity.cpp
+++ b/plugins/loudmouth/loudmouth-presentity.cpp
@@ -43,7 +43,7 @@
LM::Presentity::Presentity (LmConnection* connection_,
LmMessageNode* item_):
- connection(connection_), item(item_), has_chat(false)
+ has_chat (false), connection(connection_), item(item_)
{
lm_connection_ref (connection);
lm_message_node_ref (item);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]