calendarui/views/src/calennativeview.cpp
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
child 70 a5ed90760192
--- a/calendarui/views/src/calennativeview.cpp	Mon Jul 26 13:54:38 2010 +0530
+++ b/calendarui/views/src/calennativeview.cpp	Mon Aug 09 18:30:52 2010 +0530
@@ -50,8 +50,9 @@
  Default constructor.
  */
 CalenNativeView::CalenNativeView(MCalenServices &services) :
-	mServices(services), mIsCapturedScreenShotValid(false),
-    mEntriesInDataBase(false)
+	mServices(services),
+	mEntriesInDataBase(false),
+	mIsCapturedScreenShotValid(false)
 {
     OstTraceFunctionEntry0( CALENNATIVEVIEW_CALENNATIVEVIEW_ENTRY );