diff options
| -rw-r--r-- | src/common/math_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/math_util.h b/src/common/math_util.h index cff3d48c5..d6c35ee89 100644 --- a/src/common/math_util.h +++ b/src/common/math_util.h | |||
| @@ -41,4 +41,7 @@ struct Rectangle { | |||
| 41 | } | 41 | } |
| 42 | }; | 42 | }; |
| 43 | 43 | ||
| 44 | template <typename T> | ||
| 45 | Rectangle(T, T, T, T)->Rectangle<T>; | ||
| 46 | |||
| 44 | } // namespace Common | 47 | } // namespace Common |