summaryrefslogtreecommitdiffstats
path: root/opensuse/libdbus-1-tqt-0/fix_ifdef.patch
blob: 99da35290d73888a88f9aeaf4192bd47ddeea41d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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