allow use of this constructor in python
authorFelix Domke <tmbinc@elitedvb.net>
Thu, 30 Nov 2006 02:02:48 +0000 (02:02 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Thu, 30 Nov 2006 02:02:48 +0000 (02:02 +0000)
lib/service/iservice.h

index 6cb904e..40997c0 100644 (file)
@@ -138,12 +138,12 @@ public:
                data[3]=data3;
                data[4]=data4;
        }
+#endif
        eServiceReference(int type, int flags, const std::string &path)
                : type(type), flags(flags), path(path)
        {
                memset(data, 0, sizeof(data));
        }
-#endif
        eServiceReference(const std::string &string);
        std::string toString() const;
        std::string toCompareString() const;