OpenSubdiv: Cleanup

This commit is contained in:
Sergey Sharybin 2018-09-26 10:21:34 +02:00
parent d599368cd4
commit 3a15834d63
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ namespace opensubdiv_capi {
using std::string;
using std::vector;
#define foreach(x, y) for(x : y)
#define foreach(x, y) for (x : y)
#define STRINGIFY_ARG(x) "" #x
#define STRINGIFY_APPEND(a, b) "" a #b

View File

@ -23,7 +23,7 @@
OpenSubdiv_TopologyRefiner* openSubdiv_createTopologyRefinerFromConverter(
OpenSubdiv_Converter* /*converter*/,
const OpenSubdiv_TopologyRefinerSettings* /*settings*/) {
return NULL;
return NULL;
}
void openSubdiv_deleteTopologyRefiner(