[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/koproperty2/koproperty
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2008-11-17 16:08:04
Message-ID: 1226938084.341467.17990.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 885647 by staniek:

warnings-- (add dtor)

CCMAIL:andrew.dorrell@gmail.com



 M  +12 -0     Set.cpp  
 M  +2 -0      Set.h  


--- trunk/koffice/kexi/koproperty2/koproperty/Set.cpp #885646:885647
@@ -193,6 +193,18 @@
 
 using namespace KoProperty;
 
+//////////////////////////////////////////////
+
+Set::PropertySelector::PropertySelector()
+{
+}
+
+Set::PropertySelector::~PropertySelector()
+{
+}
+
+//////////////////////////////////////////////
+
 //Set::Iterator class
 Set::Iterator::Iterator(const Set &set, PropertySelector *selector)
     : m_iterator( set.d->hashConstIterator() )
--- trunk/koffice/kexi/koproperty2/koproperty/Set.h #885646:885647
@@ -49,6 +49,8 @@
     class KOPROPERTY_EXPORT PropertySelector
     {
     public:
+        PropertySelector();
+        virtual ~PropertySelector();
         virtual bool operator()(const Property& prop) const = 0;
     };
     //! A class to iterate over a Set.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic