Add missing header guard to mocksurface.h
Change-Id: I353c8b67c0990ca6fc4d8168c09d2af8899ed081 Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
This commit is contained in:
parent
9b6a927026
commit
8e181a61f4
@ -26,6 +26,9 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef MOCKSURFACE_H
|
||||
#define MOCKSURFACE_H
|
||||
|
||||
#include <qglobal.h>
|
||||
|
||||
#include "qwayland-server-wayland.h"
|
||||
@ -69,3 +72,5 @@ private:
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // MOCKSURFACE_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user