diff options
Diffstat (limited to 'build/config/module')
-rw-r--r-- | build/config/module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config/module b/build/config/module index 5a9d362..c7921df 100644 --- a/build/config/module +++ b/build/config/module @@ -12,7 +12,7 @@ namespace build namespace config { void - load (scope&, scope&, const location&); + init (scope&, scope&, const location&); } } |