From aee05dc05434024f0b25f13503d18de20b4e3b2a Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 18 Mar 2006 02:38:55 +0000 Subject: [PATCH] notify -> pnotify --- panda/src/glstuff/glTextureContext_src.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/glstuff/glTextureContext_src.cxx b/panda/src/glstuff/glTextureContext_src.cxx index 3793d16419..18fc648f95 100644 --- a/panda/src/glstuff/glTextureContext_src.cxx +++ b/panda/src/glstuff/glTextureContext_src.cxx @@ -16,6 +16,6 @@ // //////////////////////////////////////////////////////////////////// -#include "notify.h" +#include "pnotify.h" TypeHandle CLP(TextureContext)::_type_handle;