From 943266db3b31f99438a27473c6feb2aa5f71abb8 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 14 Jul 2010 16:35:33 +0100 Subject: [PATCH] cogl-texture-3d: Fix the cogl-material-private header include In ddb9016be4 the texture backends were changed to include cogl-material-opengl-private.h instead of cogl-material-private.h. However the 3D texture backend was missed from this so it was giving a compiler warning about using an undeclared function. --- clutter/cogl/cogl/cogl-texture-3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/cogl/cogl/cogl-texture-3d.c b/clutter/cogl/cogl/cogl-texture-3d.c index 151fd7ab1..59d4aeda1 100644 --- a/clutter/cogl/cogl/cogl-texture-3d.c +++ b/clutter/cogl/cogl/cogl-texture-3d.c @@ -35,7 +35,7 @@ #include "cogl-context.h" #include "cogl-handle.h" #include "cogl-journal-private.h" -#include "cogl-material-private.h" +#include "cogl-material-opengl-private.h" #include #include