summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-04-29 18:40:26 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-29 18:43:45 +0200
commitaddf250d9f9a55738f798309d8867b30db896aa0 (patch)
treebd3125f75537b450c9e814bb8f803d91d4ccf1f4
parentc48b1476e42ad05b2d972b58ddf9e685681a6a9b (diff)
Fix compilation on c++03
Change-Id: I34833898bd26dd7113fbfb42cd486e43926eac59 Reviewed-by: Mikko Levonmaa <mikko.levonmaa@lge.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
-rw-r--r--src/compositor/wayland_wrapper/qwlsurface_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor/wayland_wrapper/qwlsurface_p.h b/src/compositor/wayland_wrapper/qwlsurface_p.h
index 5107f0937..ced4844a4 100644
--- a/src/compositor/wayland_wrapper/qwlsurface_p.h
+++ b/src/compositor/wayland_wrapper/qwlsurface_p.h
@@ -194,7 +194,7 @@ protected:
void setBackBuffer(SurfaceBuffer *buffer);
SurfaceBuffer *createSurfaceBuffer(struct ::wl_resource *buffer);
- friend QWaylandSurface;
+ friend class QWaylandSurface;
};
}