Filled in the parameter names in the prototype of get_frame() to keep doxygen quiet...
[synfig.git] / synfig-core / trunk / src / modules / mod_openexr / mptr_openexr.h
index b50cf5e..255c7e4 100644 (file)
@@ -49,7 +49,7 @@ public:
 
 
 
-       virtual bool get_frame(synfig::Surface &,synfig::Time, synfig::ProgressCallback *);
+       virtual bool get_frame(synfig::Surface &surface,synfig::Time time, synfig::ProgressCallback *callback);
 
 };