diff options
-rw-r--r-- | paludis/hooker.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/hooker.hh b/paludis/hooker.hh index 322e0abff..d64898d40 100644 --- a/paludis/hooker.hh +++ b/paludis/hooker.hh @@ -96,7 +96,7 @@ namespace paludis ///\name Basic operations ///\{ - Hooker(const Environment * const) PALUDIS_ATTRIBUTE((nonnull(1))); + Hooker(const Environment * const) PALUDIS_ATTRIBUTE((nonnull(2))); ~Hooker(); Hooker(const Hooker &) = delete; |