You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/opensuse/core/libdbus-1-tqt-0/fix_ifdef.patch

19 lines
260 B

--- dbus/qdbusobjectpath.h
+++ dbus/qdbusobjectpath.h
@@ -21,6 +21,9 @@
*
*/
+#ifndef QDBUSOBJECTPATH_H
+#define QDBUSOBJECTPATH_H
+
#include <qcstring.h>
/**
@@ -111,3 +114,5 @@
*/
static int validate(const QCString& path);
};
+
+#endif