Browse Source

needed clear to be more public

Chris Brunner 16 years ago
parent
commit
a68f5c6ffd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pandatool/src/mayaegg/mayaToEggConverter.h

+ 2 - 1
pandatool/src/mayaegg/mayaToEggConverter.h

@@ -98,11 +98,12 @@ public:
 
   bool convert_maya();
 
+  void clear();
+
   bool open_api();
   void close_api();
 
 private:
-  void clear();
   bool convert_flip(double start_frame, double end_frame, 
                     double frame_inc, double output_frame_rate);