committing work in progress
[ptas] / zouba / src / location_p.cpp
index fe9d555..5118e6c 100644 (file)
@@ -18,8 +18,8 @@ LocationPrivate::LocationPrivate( const QString &x, const QString &y, const QStr
 LocationPrivate::LocationPrivate( const QString &label ) :
   m_label(label),
   m_address(),
-  m_x(0),
-  m_y(0),
+  m_x(),
+  m_y(),
   m_valid(false)
 {
 }