[Bf-blender-cvs] [b5edbec] gooseberry: Gooseberry: Fix compilation error with Alembic disabled

Sergey Sharybin noreply at git.blender.org
Fri Jun 19 19:49:54 CEST 2015


Commit: b5edbec4106318db5c71997c1886c0aaf735c955
Author: Sergey Sharybin
Date:   Fri Jun 19 19:49:36 2015 +0200
Branches: gooseberry
https://developer.blender.org/rBb5edbec4106318db5c71997c1886c0aaf735c955

Gooseberry: Fix compilation error with Alembic disabled

===================================================================

M	source/blender/pointcache/PTC_api.cpp

===================================================================

diff --git a/source/blender/pointcache/PTC_api.cpp b/source/blender/pointcache/PTC_api.cpp
index 2771eae..767d445 100644
--- a/source/blender/pointcache/PTC_api.cpp
+++ b/source/blender/pointcache/PTC_api.cpp
@@ -54,7 +54,7 @@ class StubFactory : public Factory {
 	WriterArchive *open_writer_archive(double /*fps*/, float /*start_frame*/, const std::string &/*name*/, PTCArchiveResolution /*resolutions*/,
 	                                   const char */*app_name*/, const char */*description*/, const struct tm */*time*/, struct IDProperty */*metadata*/, ErrorHandler */*error_handler*/) { return NULL; }
 	ReaderArchive *open_reader_archive(double /*fps*/, float /*start_frame*/, const std::string &/*name*/, ErrorHandler * /*error_handler*/) { return NULL; }
-	void slice(ReaderArchive * /*in*/, WriterArchive * /*out*/, float /*start_frame*/, float /*end_frame*/) {}
+	void slice(ReaderArchive * /*in*/, WriterArchive * /*out*/, struct ListBase * /*slices*/) {}
 	Writer *create_writer_object(const std::string &/*name*/, Scene */*scene*/, Object */*ob*/) { return NULL; }
 	Reader *create_reader_object(const std::string &/*name*/, Object */*ob*/) { return NULL; }
 	Writer *create_writer_group(const std::string &/*name*/, Group */*group*/) { return NULL; }




More information about the Bf-blender-cvs mailing list