From 213d45c53c9437eafb8b8448c31ac0c38ce39f52 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 13 May 2002 16:17:53 +0000 Subject: [PATCH] trivial syntax --- pandatool/src/fltprogs/fltCopy.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pandatool/src/fltprogs/fltCopy.h b/pandatool/src/fltprogs/fltCopy.h index 8b67eb62fb..e17cb68256 100644 --- a/pandatool/src/fltprogs/fltCopy.h +++ b/pandatool/src/fltprogs/fltCopy.h @@ -19,12 +19,12 @@ #ifndef FLTCOPY_H #define FLTCOPY_H -#include +#include "pandatoolbase.h" #include "cvsCopy.h" -#include -#include +#include "dSearchPath.h" +#include "pointerTo.h" #include "pset.h" @@ -68,8 +68,8 @@ private: bool new_file); - typedef pset Refs; - typedef pset Textures; + typedef pset< PT(FltExternalReference) > Refs; + typedef pset< PT(FltTexture) > Textures; void scan_flt(FltRecord *record, Refs &refs, Textures &textures);