Browse Source

add missing parameter

David Rose 19 years ago
parent
commit
fc1c9ac134
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/grutil/openCVTexture.h

+ 2 - 2
panda/src/grutil/openCVTexture.h

@@ -54,8 +54,8 @@ protected:
   virtual void update_frame(int frame);
   virtual void update_frame(int frame);
 
 
   virtual bool do_read_one(const Filename &fullpath, const Filename &alpha_fullpath,
   virtual bool do_read_one(const Filename &fullpath, const Filename &alpha_fullpath,
-			   int z, int n, int primary_file_num_channels, int alpha_file_channel);
-
+                           int z, int n, int primary_file_num_channels, int alpha_file_channel,
+                           BamCacheRecord *record);
   virtual bool do_load_one(const PNMImage &pnmimage, const string &name,
   virtual bool do_load_one(const PNMImage &pnmimage, const string &name,
                            int z, int n);
                            int z, int n);