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