diff options
Diffstat (limited to 'public/frameworks/CoreFoundation.fwrk')
| -rw-r--r-- | public/frameworks/CoreFoundation.fwrk/src/Foundation.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/frameworks/CoreFoundation.fwrk/src/Foundation.cc b/public/frameworks/CoreFoundation.fwrk/src/Foundation.cc index 8dffdd02..89adf665 100644 --- a/public/frameworks/CoreFoundation.fwrk/src/Foundation.cc +++ b/public/frameworks/CoreFoundation.fwrk/src/Foundation.cc @@ -6,6 +6,9 @@ #include <CoreFoundation.fwrk/headers/Foundation.h> +/***********************************************************************************/ +/// @brief returns true if the proportions are valid. +/***********************************************************************************/ CF::CFRect::operator bool() { return width > 0 && height > 0; |
