Skip to content

Commit

Permalink
Add missing H16 guard
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Bailey committed Nov 14, 2016
1 parent ab99992 commit 27df021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openvdb_houdini/houdini/GEO_VDBTranslator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ GEO_VDBTranslator::checkMagicNumber(unsigned /*magic*/)
return 0;
}

#if (UT_VERSION_INT >= 0x10000000) // 16.0.0 or later
bool
GEO_VDBTranslator::fileStat(const char *filename, GA_Stat &stat, uint level)
{
Expand Down

0 comments on commit 27df021

Please sign in to comment.