diff options
Diffstat (limited to 'public/frameworks/CoreFoundation.fwrk/src/Foundation.cc')
| -rw-r--r-- | public/frameworks/CoreFoundation.fwrk/src/Foundation.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/frameworks/CoreFoundation.fwrk/src/Foundation.cc b/public/frameworks/CoreFoundation.fwrk/src/Foundation.cc index 641e1bd0..cd3c809e 100644 --- a/public/frameworks/CoreFoundation.fwrk/src/Foundation.cc +++ b/public/frameworks/CoreFoundation.fwrk/src/Foundation.cc @@ -1,4 +1,4 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/nekernel-org/nekernel @@ -41,4 +41,4 @@ BOOL CF::CFPoint::IsWithin(CF::CFPoint& withinOf) { /***********************************************************************************/ CF::CFPoint::operator bool() { return x_1 > x_2 && y_1 > y_2; -}
\ No newline at end of file +} |
