summaryrefslogtreecommitdiff
path: root/SCons/Tool/hpcxx.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Tool/hpcxx.py')
-rw-r--r--SCons/Tool/hpcxx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Tool/hpcxx.py b/SCons/Tool/hpcxx.py
index 7113fa222..c02a06f72 100644
--- a/SCons/Tool/hpcxx.py
+++ b/SCons/Tool/hpcxx.py
@@ -60,7 +60,7 @@ for dir in dirs:
break
-def generate(env):
+def generate(env) -> None:
"""Add Builders and construction variables for g++ to an Environment."""
cplusplus.generate(env)