summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slicer/slicer/modelPartsTypes.impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/slicer/slicer/modelPartsTypes.impl.h b/slicer/slicer/modelPartsTypes.impl.h
index 2fe6401..38fdf2c 100644
--- a/slicer/slicer/modelPartsTypes.impl.h
+++ b/slicer/slicer/modelPartsTypes.impl.h
@@ -215,6 +215,7 @@ namespace Slicer {
template <typename Y>
IceUtil::Optional<T> operator()(Y & y) const { return y; }
static bool valueExists(const T &) { return true; }
+ static bool valueExists(const IceUtil::Optional<T> &) { return true; }
};
template<typename ET, typename MT, typename Conv>