From fe2c29e013a78da973a8fed3a46d49cb30fef048 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 7 Feb 2016 10:00:07 +0000 Subject: [PATCH] Compile fix. --- include/PolyVox/BaseVolume.inl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/PolyVox/BaseVolume.inl b/include/PolyVox/BaseVolume.inl index a54227f4..6f5f5b11 100644 --- a/include/PolyVox/BaseVolume.inl +++ b/include/PolyVox/BaseVolume.inl @@ -125,6 +125,7 @@ namespace PolyVox uint32_t BaseVolume::calculateSizeInBytes(void) { POLYVOX_THROW(not_implemented, "You should never call the base class version of this function."); + return 0; } }