From 1cf7da2b6dec6c3984b670e67fef2b12fdc0499d Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 11 Feb 2014 19:20:31 +0100 Subject: [PATCH] + Add PropertyQuantity to type system --- src/App/Application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index a93fa81da..f8c5f079a 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -1003,6 +1003,7 @@ void Application::initTypes(void) App ::PropertyFloat ::init(); App ::PropertyFloatList ::init(); App ::PropertyFloatConstraint ::init(); + App ::PropertyQuantity ::init(); App ::PropertyAngle ::init(); App ::PropertyDistance ::init(); App ::PropertyLength ::init();