Add missing header guard to mocksurface.h

Change-Id: I353c8b67c0990ca6fc4d8168c09d2af8899ed081
Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
This commit is contained in:
Johan Klokkhammer Helsing 2017-05-18 14:57:32 +02:00 committed by Johan Helsing
parent 9b6a927026
commit 8e181a61f4

View File

@ -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